| Safe Haskell | None |
|---|
Data.HList.TypeCastGeneric2
Documentation
class TypeCast' t a b | t a -> b, t b -> a where
Methods
typeCast' :: t -> a -> b
Instances
| TypeCast'' t a b => TypeCast' t a b |
class TypeCast'' t a b | t a -> b, t b -> a where
Methods
typeCast'' :: t -> a -> b
Instances
| TypeCast'' () a a |