| Copyright | (C) 2014 Jan Stolarek |
|---|---|
| License | BSD-style (see LICENSE) |
| Maintainer | Jan Stolarek (jan.stolarek@p.lodz.pl) |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Promotion.Prelude.Eq
Description
Provided promoted definitions related to type-level equality.
- class PEq a where
- data (:==$) (l :: TyFun a1627689599 (TyFun a1627689599 Bool -> Type))
- data (l :: a1627689599) :==$$ (l :: TyFun a1627689599 Bool)
- type (:==$$$) (t :: a1627689599) (t :: a1627689599) = (:==) t t
- data (:/=$) (l :: TyFun a1627689599 (TyFun a1627689599 Bool -> Type))
- data (l :: a1627689599) :/=$$ (l :: TyFun a1627689599 Bool)
- type (:/=$$$) (t :: a1627689599) (t :: a1627689599) = (:/=) t t
Documentation
The promoted analogue of Eq. If you supply no definition for '(:==)',
then it defaults to a use of '(==)', from Data.Type.Equality.