definition: |
ppValPair :: ValuationPair -> Doc ppValPair (t1, t2) = parent [pretty t1, pretty t2] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> _} |
name: |
ppValPair |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(Language.SMTLIB.Types.Term, Language.SMTLIB.Types.Term) -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |