definition: |
tEquVar :: SVar -> Term -> Term tEquVar v t = tEqu (TSVar v) t |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Equality between a variable and a term. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {TComb}} |
name: |
tEquVar |
precedence: |
no precedence defined |
result-values: |
{TComb} |
signature: |
Prelude.Int -> Term -> Term |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |