CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Pretty.ppOpDecl

definition:
ppOpDecl :: OpDecl -> Doc
ppOpDecl (Op qn fix n) = indent $ ppFixity fix <+> int n <+> ppInfixOp qn
demand:
argument 1
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:
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