definition: |
(=:<=) :: a -> a -> Bool |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
infix |
iotype: |
{(_,_) |-> _} |
name: |
=:<= |
precedence: |
4 |
result-values: |
_ |
signature: |
a -> a -> Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |