CurryInfo: flatcurry-4.0.0 / FlatCurry.Goodies.domain

definition:
domain :: TypeExpr -> TypeExpr
domain texpr = case texpr of
  (FuncType dom _) -> dom
  _                -> error "FlatCurryGoodies.domain: no functional type"
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- get domain from functional type
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({FuncType}) |-> _ || ({TVar}) |-> _ || ({TCons}) |-> _ || ({ForallType}) |-> _}
name:
domain
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Types.TypeExpr -> FlatCurry.Types.TypeExpr
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms