|
definition: |
isHashJITOption :: String -> Bool isHashJITOption s = stripSpaces (tail s) == "jit" |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Is a hash line a JIT option, i.e., of the form "#jit"? |
|
failfree: |
{:}
|
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> _}
|
|
name: |
isHashJITOption |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
String -> Prelude.Bool |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |