CurryInfo: currypp-3.2.0 / Main.isOptionLine

definition:
isOptionLine :: String -> Bool
isOptionLine s =
 "{-# OPTIONS_CYMAKE "   `isPrefixOf` dropWhile isSpace s || 
 "{-# OPTIONS_FRONTEND " `isPrefixOf` dropWhile isSpace s     -- -}
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Is this an OPTIONS_FRONTEND or OPTIONS_CYMAKE comment line?
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
isOptionLine
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms