definition: |
withPrelude :: CConfig -> Bool withPrelude cc = maybe True (/="no") (lookup "prelude" (ccProps cc)) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Gets the option to analyze also the prelude from Config file |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
withPrelude |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
CConfig -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |