CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.ppDecl

definition:
ppDecl :: Options -> (VarIndex, Expr) -> Doc
ppDecl o (v, e) = ppVarIndex v <+> equals <+> ppExp o e
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- pretty-print a single declaration
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{(,)}) |-> _}
name:
ppDecl
precedence:
no precedence defined
result-values:
_
signature:
Options -> (Prelude.Int, FlatCurry.Types.Expr) -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term