decidable: Combinators for manipulating dependently-typed predicates.

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

This library provides combinators and typeclasses for working and manipulating type-level predicates in Haskell, which are represented as matchable type-level functions k ~> Type from the singletons library. See Data.Type.Predicate for a good starting point, and the documentation for Predicate on how to define predicates.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.1, 0.1.4.0, 0.1.5.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.1.0, 0.3.1.1 (info)
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), functor-products, microlens, singletons (>=2.5), vinyl [details]
License BSD-3-Clause
Copyright (c) Justin Le 2018
Author Justin Le
Maintainer justin@jle.im
Category Dependent Types
Home page https://github.com/mstksg/decidable#readme
Bug tracker https://github.com/mstksg/decidable/issues
Source repo head: git clone https://github.com/mstksg/decidable
Uploaded by jle at 2019-08-24T18:09:34Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 4385 total (47 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 decidable-0.2.1.0

[back to package description]

decidable

decidable on Hackage Build Status

This library provides combinators and typeclasses for working and manipulating type-level predicates in Haskell, which are represented as matchable type-level functions k ~> Type from the singletons library. See Data.Type.Predicate for a good starting point, and the documentation for Predicate on how to define predicates.