CurryInfo: currypp-3.2.0 / Main.isOptionLine

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