definition: |
ppProg :: Options -> Prog -> Doc ppProg o (Prog m is ts fs os) = vsepBlank [ ppHeader o' m ts fs , ppImports o' is , ppOpDecls o' os , ppTypeDecls o' ts , ppFuncDecls o' fs ] where o' = o { currentModule = m } |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- pretty-print a FlatCurry module |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{Prog}) |-> _} |
name: |
ppProg |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Options -> FlatCurry.Types.Prog -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |