definition: |
condition :: Constraint -> Condition condition con = Con con |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
---Constructor for Condition with just a simple Constraint |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Con}} |
name: |
condition |
precedence: |
no precedence defined |
result-values: |
{Con} |
signature: |
Constraint -> Condition |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |