CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.ppFuncExports

definition:
ppFuncExports :: Options -> [FuncDecl] -> [Doc]
ppFuncExports o fs = [ ppPrefixQOp o qn | Func qn _ Public _ _ <- fs]
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- pretty-print the export list of functions
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
ppFuncExports
precedence:
no precedence defined
result-values:
_
signature:
Options -> [FlatCurry.Types.FuncDecl] -> [Text.PrettyImpl.Doc]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term