|
definition: |
showCPair :: (f -> String) -> CPair f -> String
showCPair s (l, r) = "\x3008" ++ (showTerm s l) ++ ", " ++ (showTerm s r)
++ "\x3009"
|
|
demand: |
argument 2 |
|
deterministic: |
deterministic operation |
|
documentation: |
Transforms a critical pair into a string representation. |
|
failfree: |
<FAILING> |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,{(,)}) |-> _}
|
|
name: |
showCPair |
|
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 |