CurryInfo: rewriting-3.0.0 / Rewriting.Rules.showRule

definition:
showRule :: (f -> String) -> Rule f -> String
showRule s (l, r) = (showTerm s l) ++ " \x2192 " ++ (showTerm s r)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Transforms a rule into a string representation.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{(,)}) |-> _}
name:
showRule
precedence:
no precedence defined
result-values:
_
signature:
(a -> String) -> (Rewriting.Term.Term a, Rewriting.Term.Term a) -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term