CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.ppConsExports

definition: Info
 
ppConsExports :: Options -> [ConsDecl] -> [Doc]
ppConsExports o cs = [ ppPrefixQOp o qn | Cons qn _ Public _ <- cs]
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
pretty-print the export list of constructors
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 ppConsExports
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Options -> [FlatCurry.Types.ConsDecl] -> [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