definition:
|
ppConstructors :: Options -> [ConstrDecl] -> Doc
ppConstructors opts constrs =
compose (\d1 d2 -> d1 $$ bar <+> d2) (map (ppConstructor opts) constrs)
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- pretty-print a list of constructor declarations
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_) |-> _}
|
name:
|
ppConstructors
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
Options -> [CurryInterface.Types.ConstrDecl] -> Text.PrettyImpl.Doc
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|