CurryInfo: rewriting-3.0.0 / Rewriting.Term.showTermEqs

definition:
showTermEqs :: (f -> String) -> TermEqs f -> String
showTermEqs s = unlines . map (showTermEq s)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Transforms a list of term equations into a string representation.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {.._#lambda508}}
name:
showTermEqs
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(a -> String) -> [(Term a, Term a)] -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term