CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Select.constructors

definition:
constructors :: CurryProg -> [CConsDecl]
constructors = concatMap typeCons . types
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns all constructors of given Curry program.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
constructors
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
AbstractCurry.Types.CurryProg -> [AbstractCurry.Types.CConsDecl]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms