CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.ppOpDecl

definition:
ppOpDecl :: Options -> OpDecl -> Doc
ppOpDecl o (Op qn fix n) = indent o $ ppFixity fix <+> int n <+> ppInfixQOp o qn
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- pretty-print a single operator fixity declaration
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Op}) |-> _}
name:
ppOpDecl
precedence:
no precedence defined
result-values:
_
signature:
Options -> FlatCurry.Types.OpDecl -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term