CurryInfo: runcurry-3.0.0 / RunCurry.isHashJITOption

definition: Info
 
isHashJITOption :: String -> Bool
isHashJITOption s = stripSpaces (tail s) == "jit"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Is a hash line a JIT option, i.e., of the form "#jit"?
failfree: Info
 {:}
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 isHashJITOption
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
 possibly non-reducible on same data term