|
definition: |
tEqu :: Term -> Term -> Term tEqu t1 t2 = tComb "=" [t1, t2] |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Equality between two terms. |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> {TComb}}
|
|
name: |
tEqu |
|
precedence: |
no precedence defined |
|
result-values: |
{TComb}
|
|
signature: |
Term -> Term -> Term |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |