Skip to content

Releases: coq-community/autosubst

v1.9

12 Jul 19:41
da515d5
Compare
Choose a tag to compare

Compatibility with Coq 8.14 to 8.20.

v1.8

12 Jul 12:52
e20eee1
Compare
Choose a tag to compare

Compatibility with Coq 8.14 to 8.17.

switched from simpl to cbn

04 Feb 15:35
Compare
Choose a tag to compare

switched from simpl to cbn, which results in more predictable behaviour.
This breaks compatibility with Coq 8.4!

Also, asimpl does now first do autorewrite with autosubst before simplifying the goal.

v1.4

18 Jan 14:44
Compare
Choose a tag to compare

changes:
switched to ssreflect version 1.6
normalization behaviour of asimpl changed: [ids x .: ids] is now normalized to [ren(x .: id)]

v1.3

14 Jan 15:20
Compare
Choose a tag to compare

bugfix: replace S by (+1) in fsimpl

v1.2

04 Jan 13:46
Compare
Choose a tag to compare

readme updated

v1.1

03 Dec 14:26
Compare
Choose a tag to compare

minor bugfixes