definition: |
ppVarDecl :: IVarDecl -> Doc ppVarDecl (IVarDecl v) = text "declare" <+> ppVar v ppVarDecl (IFreeDecl v) = text "free" <+> ppVar v |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Pretty print a local variable declaration. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({IVarDecl}) |-> _ || ({IFreeDecl}) |-> _} |
name: |
ppVarDecl |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ICurry.Types.IVarDecl -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |