Releases: coq-community/coq-ext-lib
Releases · coq-community/coq-ext-lib
v0.12.2
v0.12.1
What's Changed
- Remove deprecated definitions by @liyishuai in #141
- quick ixmonad and examples by @jldodds in #55
- non-looping rwHyps by @aa755 in #119
- Add Hint Mode to Functor, Applicative, Monad by @Lysxia in #126
- Adapt to coq/coq#18590 by @proux01 in #142
New Contributors
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Adapt to coq/coq#17795 (Polymorphic Class does not auto lower to Prop) by @SkySkimmer in #138
- Adapt to coq/coq#18164 by @Villetaneuse in #140
New Contributors
- @Villetaneuse made their first contribution in #140
Full Changelog: v0.11.8...v0.12.0
v0.11.8
What's Changed
- Re-add continuation monad by @Lysxia in #130
- adapt for coq/coq#17133 by @andres-erbsen in #133
New Contributors
- @andres-erbsen made their first contribution in #133
Full Changelog: v0.11.7...v0.11.8
v0.11.7
What's Changed
- Adapt w.r.t. coq/coq#16004. by @ppedrot in #127
- improved auto goal selection by @mrhaandi in #128
Full Changelog: v0.11.6...v0.11.7
v0.11.6
What's Changed
- Adapt w.r.t. coq/coq#15442. by @ppedrot in #120
- Move Data.Monads.ListMonad to Data.List by @liyishuai in #123
Full Changelog: v0.11.5...v0.11.6
v0.11.5
What's Changed
- MonadLaws: add back return_of_bind by @liyishuai in #118
Full Changelog: v0.11.4...v0.11.5
v0.11.4
Added
- Monad:
join
function (#103). - Monad: Allow patterns in
let*
notation (#97, by #108). - OptionMonad:
MonadExc
instance (#112). - FMapAList: alternative definition
alist_find'
andfold_alist'
based on stdlib (#115).
Changed
Deprecated
- String: prefer comparison functions from stdlib (#114).
Fixed
StateGame.v
example (#104).