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