definition: |
consSignature :: ConsDecl -> (QName, [TypeExpr]) consSignature (Cons (mName, cName) _ _ tExprList) = ((mName, cName), map removeForall tExprList) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- generate data and type constructors |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Cons}) |-> {(,)}} |
name: |
consSignature |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
FlatCurry.Types.ConsDecl -> ((String, String), [FlatCurry.Types.TypeExpr]) |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |