CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.combArgs

definition:
combArgs :: Expr -> [Expr]
combArgs expr = case expr of
  (Comb _ _ args) -> args
  _               -> error "FlatCurryGoodies.combArgs: no combined expression"
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- get arguments of a combined expression
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Comb}) |-> _ || ({Var}) |-> _ || ({Lit}) |-> _ || ({Let}) |-> _ || ({Free}) |-> _ || ({Or}) |-> _ || ({Case}) |-> _ || ({Typed}) |-> _}
name:
combArgs
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Types.Expr -> [FlatCurry.Types.Expr]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms