definition:
|
simpleCCons :: QName -> CVisibility -> [CTypeExpr] -> CConsDecl
simpleCCons = CCons
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Constructs a simple constructor declaration without quantified
--- type variables and type class constraints.
|
failfree:
|
()
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {CCons}}
|
name:
|
simpleCCons
|
precedence:
|
no precedence defined
|
result-values:
|
{CCons}
|
signature:
|
(String, String) -> AbstractCurry.Types.CVisibility
-> [AbstractCurry.Types.CTypeExpr] -> AbstractCurry.Types.CConsDecl
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|