definition: |
excludedCurryOperations :: [QName] excludedCurryOperations = map pre ["apply", "failed", "chr", "ord"] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Exclude character-related operations since characters are treated as --- integers so that these operations are not required. |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:,[]}} |
name: |
excludedCurryOperations |
precedence: |
no precedence defined |
result-values: |
{:,[]} |
signature: |
[(String, String)] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |