| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Abt.Class.HEq1
Documentation
Uniform variant of Eq for indexed types. This is different from
Eq1 in that it is properly kind polymorphic and crucially
heterogeneous, and it places no constraint on the index. Because it is
heterogeneous, it is useful to project equality in the base space from
equality in the total space.
Minimal complete definition