definition: |
rRoot :: Rule f -> Either VarIdx f rRoot (l, _) = tRoot l |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Returns the root symbol (variable or constructor) of a rule. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> {Left,Right}} |
name: |
rRoot |
precedence: |
no precedence defined |
result-values: |
{Left,Right} |
signature: |
(Rewriting.Term.Term a) -> Prelude.Either Prelude.Int a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |