CurryInfo: curry-interface-2.0.1 / CurryInterface.Pretty.ppConstraint

definition:
ppConstraint :: Options -> Constraint -> Doc
ppConstraint opts (Constraint qualId ts) =
  ppQualIdent opts 0 qualId <+> hsep (map (ppType opts 0) ts)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- pretty-print a constraint
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Constraint}) |-> _}
name:
ppConstraint
precedence:
no precedence defined
result-values:
_
signature:
Options -> CurryInterface.Types.Constraint -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term