|
definition: |
anonCons :: QName anonCons = pre "_" |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
------------------------------------------------------------------------- An "anonymous" constructor is used to represent case expressions with a final "catch all" alternative. |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {(,)}}
|
|
name: |
anonCons |
|
precedence: |
no precedence defined |
|
result-values: |
{(,)}
|
|
signature: |
(String, String) |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |