definition: |
useCurryInfoWeb :: CConfig -> Bool useCurryInfoWeb cc = maybe False (=="remote") (lookup "curryinfo" (ccProps cc)) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Returns the curryinfo web flag from the current configuration. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
useCurryInfoWeb |
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 |