eq: Leibnizian equality

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

Leibnizian equality.


[Skip to Readme]

Downloads

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 && <5), semigroupoids (>=4 && <6) [details]
License BSD-3-Clause
Copyright Copyright (C) 2011-2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
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 2018-04-24T16:39:33Z
Distributions LTSHaskell:4.3, NixOS:4.3, Stackage:4.3
Reverse Dependencies 3 direct, 8143 indirect [details]
Downloads 23688 total (73 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-29 [all 1 reports]

Readme for eq-4.2

[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