CurryInfo: currydoc-4.0.0 / CurryDoc.Html.showContext

definition: Info
 
showContext :: DocOptions -> String -> CContext -> String
showContext _ _ (CContext []) = ""
showContext opts mod (CContext [clscon]) =
  showConstraint opts mod clscon ++ " =>"
showContext opts mod (CContext ctxt@(_:_:_)) =
  brackets True (intercalate ", " (map (showConstraint opts mod) ctxt)) ++ " =>"
demand: Info
 argument 3
deterministic: Info
 deterministic operation
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,{CContext}) |-> _}
name: Info
 showContext
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 CurryDoc.Options.DocOptions -> String -> AbstractCurry.Types.CContext -> 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