|
definition: |
cond :: Bool -> a -> a |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
Representation of conditional rules in FlatCurry. |
|
failfree: |
({True}, _)
|
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> _}
|
|
name: |
cond |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Bool -> a -> a |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |