CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.ppConsDecl

definition:
ppConsDecl :: Options -> ConsDecl -> Doc
ppConsDecl o (Cons qn _ _ tys) = hsep $ ppPrefixOp qn : map (ppTypeExpr o 2) tys
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- pretty print a single constructor
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Cons}) |-> _}
name:
ppConsDecl
precedence:
no precedence defined
result-values:
_
signature:
Options -> FlatCurry.Types.ConsDecl -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term