decidable v0.3.0.0 Release Notes
Release Date: 2020-02-03 // about 3 years ago-
Feburary 2, 2020
🚀 https://github.com/mstksg/decidable/releases/tag/v0.3.0.0
- Update to work with singletons-2.6, the type family update
- Change
Evident
to now be a defunctionalization symbol forSing
, instead of a type synonym withTyPred
, to match with singletons-2.6. Most code in practice should be the same. - Fix instances for
FProd
s: now can prove and decide anyFProd f (Wit p)
, and can prove and decide and auto anyFProd f WrappedSing
.
Previous changes from v0.2.1.0
-
August 24, 2019
🚀 https://github.com/mstksg/decidable/releases/tag/v0.2.1.0
- Add
autoTC
for convenient usage ofauto
with type constructors.
- Add