Skip to content

Releases: coq-community/reduction-effects

Reduction Effects 0.1.5

28 Sep 08:26
bf46dda
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

Reduction Effects 0.1.4

10 Aug 13:17
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @gares made their first contribution in #13

Full Changelog: v0.1.3...v0.1.4

Reduction Effects 0.1.3

04 Oct 19:21
7cf4154
Compare
Choose a tag to compare

To be included in Coq Platform 2021.11 (#12)

Changed

  • Cleanup code; Minor improvement to wording of error message (#7)
  • Switch license to MPL (#11)

Reduction Effects 0.1.2

28 Jan 05:17
Compare
Choose a tag to compare
Pre-release

Added

  • Support Coq 8.10, 8.11

Removed

  • No longer support Coq <= 8.9

Reduction Effects 0.1.1

18 Nov 05:28
abe3de1
Compare
Choose a tag to compare
Pre-release

Added

  • Support Coq 8.9

Removed

  • No longer support Coq <= 8.8

Reduction Effects 0.1.0

16 Apr 20:12
6633ddf
Compare
Choose a tag to compare
Pre-release

This is the first pre-release of the Coq reduction effect plugin.
We introduce the PrintingEffect module under the ReductionEffect namespace, including two functions, print and print_id, with usage demonstrated in tests directory.