definition: |
funNormalForm :: IFunction funNormalForm = IFunction ("Prelude","normalForm",0) 1 Public [0] (IExternal "normalForm") |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- normalForm x: demands x and returns the normal form of x |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {IFunction}} |
name: |
funNormalForm |
precedence: |
no precedence defined |
result-values: |
{IFunction} |
signature: |
ICurry.Types.IFunction |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |