definition: |
lessThan :: Value a -> Value a -> Constraint lessThan v1 v2 = BinaryRel Lt (toCValue v1) (toCValue v2) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- LessThan construnctor --- @param v1 - First Value --- @param v2 - Second Value |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {BinaryRel}} |
name: |
lessThan |
precedence: |
no precedence defined |
result-values: |
{BinaryRel} |
signature: |
Value a -> Value a -> Constraint |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |