eq: Leibnizian equality

[ bsd3, library, type-system ] [ Propose Tags ]

Leibnizian equality.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.3.1, 0.3.4, 0.3.4.1, 0.3.4.2, 0.3.4.3, 0.3.5, 0.3.6, 0.3.7, 0.3.7.1, 3.0, 3.1, 3.1.1, 4.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.1, 4.2, 4.2.1, 4.3
Change log CHANGELOG.markdown
Dependencies base (>=4.3 && <5), semigroupoids (>=4 && <7), type-equality (>=1 && <2) [details]
License BSD-3-Clause
Copyright Copyright (C) 2011-2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by ryanglscott at 2023-03-12T19:11:35Z
Category Type System
Home page http://github.com/ekmett/eq/
Bug tracker http://github.com/ekmett/eq/issues
Source repo head: git clone git://github.com/ekmett/eq.git
Uploaded by ryanglscott at 2021-10-31T20:34:41Z
Distributions LTSHaskell:4.3, NixOS:4.3, Stackage:4.3
Reverse Dependencies 3 direct, 8131 indirect [details]
Downloads 23615 total (54 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-11-01 [all 1 reports]

Readme for eq-4.3

[back to package description]

eq

Hackage Build Status

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