|
| Data.HList.TypeCastGeneric2 |
|
|
|
|
| Documentation |
|
| class TypeCast a b | a -> b, b -> a where | Source |
|
|
|
| class TypeCast' t a b | t a -> b, t b -> a where | Source |
|
| | Methods | | typeCast' :: t -> a -> b | Source |
|
|
|
|
| class TypeCast'' t a b | t a -> b, t b -> a where | Source |
|
| | Methods | | typeCast'' :: t -> a -> b | Source |
|
| | Instances | |
|
|
| Produced by Haddock version 2.4.2 |