CurryInfo: currydoc-4.0.0 / CurryDoc.Html.showConstraint

definition: Info
 
showConstraint :: DocOptions -> String -> CConstraint -> String
showConstraint opts mod (cn,texps) = unwords $
  showTypeCons opts mod cn : map (showType opts mod True) texps
demand: Info
 argument 3
deterministic: Info
 deterministic operation
documentation: Info
 
Pretty-print a single class constraint.
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,{(,)}) |-> _}
name: Info
 showConstraint
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 CurryDoc.Options.DocOptions -> String
-> ((String, String), [AbstractCurry.Types.CTypeExpr]) -> 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