CurryInfo: abstract-haskell-3.0.0 / AbstractHaskell.Goodies.~>

definition: Info
 
(~>) :: TypeExpr -> TypeExpr -> TypeExpr
t1 ~> t2 = FuncType t1 t2
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
A function type.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infixr
iotype: Info
 {(_,_) |-> {FuncType}}
name: Info
 ~>
precedence: Info
 9
result-values: Info
 {FuncType}
signature: Info
 AbstractHaskell.Types.TypeExpr -> AbstractHaskell.Types.TypeExpr
-> AbstractHaskell.Types.TypeExpr
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms