decidable-0.1.0.0: README.md
# [decidable][]
[](https://hackage.haskell.org/package/decidable)
[](https://travis-ci.org/mstksg/decidable)
[decidable]: https://mstksg.github.io/decidable/
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.