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