CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.consArgs

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