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

definition:
ppInstance :: Options -> InstanceType -> Doc
ppInstance opts it = hsep $ map (ppType opts 1) it
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- pretty-print an instance
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
ppInstance
precedence:
no precedence defined
result-values:
_
signature:
Options -> [CurryInterface.Types.TypeExpr] -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term