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

definition:
ppFuncDecl :: AFuncDecl _ -> Doc
ppFuncDecl (AFunc qn _ _ ty r)
  =    indent (sep [ppPrefixOp qn, text "::", ppTypeExp ty])
  <$$> indent (ppPrefixOp qn <+> ppRule r)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- pretty-print a function declaration
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({AFunc}) |-> _}
name:
ppFuncDecl
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Annotated.Types.AFuncDecl a -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term