CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.consArgs

definition:
 
consArgs :: ConsDecl -> [TypeExpr]
consArgs = trCons (\_ _ _ args -> args)
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
get arguments of constructor declaration
failfree:
 ()
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> {trCons}}
name:
 consArgs
precedence:
 no precedence defined
result-values:
 {trCons}
signature:
 FlatCurry.Types.ConsDecl -> [FlatCurry.Types.TypeExpr]
solution-complete:
 operation might suspend on free variables
terminating:
 yes
totally-defined:
 reducible on all ground data terms