CurryInfo: currydoc-4.0.0 / CurryDoc.Html.showConstraint

definition:
showConstraint :: DocOptions -> String -> CConstraint -> String
showConstraint opts mod (cn,texps) = unwords $
  showTypeCons opts mod cn : map (showType opts mod True) texps
demand:
argument 3
deterministic:
deterministic operation
documentation:
--- Pretty-print a single class constraint.
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,{(,)}) |-> _}
name:
showConstraint
precedence:
no precedence defined
result-values:
_
signature:
CurryDoc.Options.DocOptions -> String
-> ((String, String), [AbstractCurry.Types.CTypeExpr]) -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term