multirec-0.7.1: Generic programming for families of recursive datatypes

Portabilitynon-portable
Stabilityexperimental
Maintainergenerics@haskell.org

Generics.MultiRec.TEq

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