typelevel-rewrite-rules-0.1: Solve type equalities using custom type-level rewrite rules
TypeLevel.Rewrite.Internal.TypeEq
newtype TypeEq Source #
A newtype around Type which has an Eq instance.
Type
Eq
Constructors
Fields
Defined in TypeLevel.Rewrite.Internal.TypeEq
Methods
(==) :: TypeEq -> TypeEq -> Bool #
(/=) :: TypeEq -> TypeEq -> Bool #