eliminators: Dependently typed elimination functions using singletons

[ bsd3, dependent-types, library ] [ Propose Tags ]

This library provides eliminators for inductive data types, leveraging the power of the singletons library to allow dependently typed elimination.


[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.2, 0.3, 0.4, 0.4.1, 0.5, 0.5.1, 0.6, 0.7, 0.8, 0.9, 0.9.1, 0.9.2, 0.9.3, 0.9.4
Change log CHANGELOG.md
Dependencies base (>=4.13 && <4.14), extra (>=1.4.2 && <1.8), singleton-nats (>=0.4.2 && <0.5), singletons (>=2.6 && <2.7), template-haskell (>=2.15 && <2.16), th-abstraction (>=0.3 && <0.4), th-desugar (>=1.10 && <1.11) [details]
License BSD-3-Clause
Copyright (C) 2017 Ryan Scott
Author Ryan Scott
Maintainer Ryan Scott <ryan.gl.scott@gmail.com>
Revised Revision 1 made by ryanglscott at 2020-03-05T10:44:02Z
Category Dependent Types
Home page https://github.com/RyanGlScott/eliminators
Bug tracker https://github.com/RyanGlScott/eliminators/issues
Source repo head: git clone https://github.com/RyanGlScott/eliminators
Uploaded by ryanglscott at 2019-08-27T15:51:04Z
Distributions LTSHaskell:0.9.3, Stackage:0.9.4
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5921 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2019-08-27 [all 3 reports]

Readme for eliminators-0.6

[back to package description]

eliminators

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build

This library provides eliminators for inductive data types, leveraging the power of the singletons library to allow dependently typed elimination.