CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.ppNewConsDecl

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