definition: |
ppCExpr :: Options -> CExpr -> Doc ppCExpr = ppCExpr' tlPrec |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Pretty-print an expression. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {ppCExpr'}} |
name: |
ppCExpr |
precedence: |
no precedence defined |
result-values: |
{ppCExpr'} |
signature: |
Options -> AbstractCurry.Types.CExpr -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |