CurryInfo: rewriting-3.0.0 / Rewriting.CriticalPairs.showCPair

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