CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.ppConsDecls

definition:
ppConsDecls :: Options -> [ConsDecl] -> Doc
ppConsDecls o cs = vsep $ zipWith (<+>) (equals : repeat bar)
                                        (map (ppConsDecl o) 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:
Options -> [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