HList-0.2: Heterogeneous listsSource codeContentsIndex
Data.HList.TypeCastGeneric2
Documentation
class TypeCast a b | a -> b, b -> a whereSource
Methods
typeCast :: a -> bSource
class TypeCast' t a b | t a -> b, t b -> a whereSource
Methods
typeCast' :: t -> a -> bSource
class TypeCast'' t a b | t a -> b, t b -> a whereSource
Methods
typeCast'' :: t -> a -> bSource
show/hide Instances
Produced by Haddock version 2.4.2