eq: Leibnizian equality

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

Leibnizian equality


[Skip to Readme]

Modules

[Index]

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 && <4.6 || >=4.7 && <5), semigroupoids (>=4 && <5) [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 AdamBergmark at 2016-05-28T06:20:31Z
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 EdwardKmett at 2014-05-20T05:26:31Z
Distributions LTSHaskell:4.3, NixOS:4.3, Stackage:4.3
Reverse Dependencies 3 direct, 8147 indirect [details]
Downloads 23726 total (80 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for eq-4.0.2

[back to package description]

eq

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