BSD-3-Clause licensed by Edward A. Kmett
This version can be pinned in stack with:eq-4.1@sha256:b000b0518e23faadb2fbdfdccc4459d15ad5f05070202945c6365df14d75b4f7,1238
Module documentation for 4.1
eq

This package provides a data type that witnesses equality between two types using Leibnizian equality.
It includes a refinement to the notion of Leibnizian equality by Oleg Kiselyov
that permits it to refine equality using the injectively of type constructors via type families.
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett
4.1
- Add
TestEquality and TestCoercion instances for (:=).
- Add
fromLeibniz and toLeibniz functions for converting between (:~:)
(from Data.Type.Equality) and (:=).
- Add a
reprLeibniz function to convert (:=) to a Coercion
(i.e., representational equality).
- Make
(:=) a newtype.
- We can remove the
Trustworthy claim and infer as Safe on modern GHCs.
4.0.2
- Made := kind polymorphic.
4.0.1
- Provided an explicit nominal
RoleAnnotation.
4.0
- Updated to work with
semigroupoids 4.0
3.1.1
3.1
- Disabled observing injectivity through
TypeFamilies for GHC >= 7.6
3.0.1
- Updated build system
- Removed my personal intra-package dependency upper bounds
- Added
README and CHANGELOG