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

definition:
ppConsDecls :: [ConsDecl] -> Doc
ppConsDecls cs = vsep $
  zipWith (<+>) (equals : repeat bar) (map ppConsDecl cs)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- pretty-print the constructor declarations
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
ppConsDecls
precedence:
no precedence defined
result-values:
_
signature:
[FlatCurry.Types.ConsDecl] -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term