Skip to content

Releases: coq-community/coq-ext-lib

v0.11.2

07 Aug 15:33
2fa52d2
Compare
Choose a tag to compare

Added

  • Bind notation allowing for type cast annotations of variables (#93)
  • let* monadic notation (#95, by #96)

Changed

  • Functor_Fun and Applicative_Fun instances are global (#88, by #90)

Fixed

  • Data: bug fix in TwoThreeK (#86)

v0.11.1

17 Jan 21:14
ddeab06
Compare
Choose a tag to compare

Fixed

  • Notation ;; back to right associative
  • Notation >>= binds tighter than ;;

v0.11.0

16 Jan 18:52
0b0c82b
Compare
Choose a tag to compare

Added

  • Core: decideP function yielding {P} + {~P} for Decidable propositions. (#81)
  • Programming: curry function in Extras module.
  • Structures:
    • MonadLaws are back. (#31, by #80)
    • Functor instance for Applicative. (#77)
  • Tactics:
    • Rewrite hypotheses;
    • Clear trivial hypotheses;
    • Hide and show hypotheses. (#81)

Changed

  • Data: make vector template-polymorphic again. (#76)

Removed

  • Module:
    • Core: Type;
    • Structures: Identity and Proper;
    • Tactics: TypeTac;
  • Class: PFunctor, PApplicative, and PMonad. (#80)

Fixed

  • Operator precedence difference from Haskell. (#78, by #80)

v0.10.3

19 Oct 04:34
ad61bb3
Compare
Choose a tag to compare

Added

  • CoMonadLaws class. (#63)

Changed

  • CoMonad functions: renamed coret to extract, and cobind to extend. (#63)
    coret and extract are still available as aliases, for backward compatibility.

Fixed

  • Monad and notations conflict. (#66, by #68)

v0.10.2

25 Jun 02:05
1c5095b
Compare
Choose a tag to compare

With some additional facts about finite maps.

v0.10.1

05 Feb 03:39
Compare
Choose a tag to compare

Release compatible with Coq 8.9 and includes some extra definitions around hlists.

v0.10.0

14 Nov 05:09
e49214f
Compare
Choose a tag to compare

A few new features and bug fixes.

v0.9.8 (Coq 8.8)

30 Apr 06:56
Compare
Choose a tag to compare

Coq 8.8 support

v0.9.7 (coq.8.7)

18 Nov 03:23
Compare
Choose a tag to compare

Coq 8.7 compatibility.

v0.9.5 (coq.8.6)

06 Jan 03:11
Compare
Choose a tag to compare

Bug fix release for compatibility with Coq 8.6.