multirec-0.4: Generic programming for families of recursive datatypesSource codeContentsIndex
Generics.MultiRec.TEq
Portabilitynon-portable
Stabilityexperimental
Maintainergenerics@haskell.org
Description
Type-level equality. This module is currently provided by the multirec library, even though it is more general and does not really belong here.
Documentation
data :=: whereSource
Constructors
Refl :: a :=: a
cast :: (a :=: b) -> a -> bSource
Produced by Haddock version 2.4.2