CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Pretty.ppNewConsDecl

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