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

definition: Info
 
ppFuncExports :: [AFuncDecl _] -> [Doc]
ppFuncExports fs = [ ppPrefixOp qn | AFunc qn _ Public _ _ <- fs]
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
pretty-print the export list of functions
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 ppFuncExports
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [FlatCurry.Annotated.Types.AFuncDecl a] -> [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