|
definition: |
unknown :: Data a => a unknown = let x free in x |
|
demand: |
no demanded arguments |
|
deterministic: |
possibly non-deterministic operation |
|
documentation: |
| Evaluates to a fresh free variable. |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> _}
|
|
name: |
unknown |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Data a => a |
|
solution-complete: |
operationally complete operation |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
reducible on all ground data terms |