Skip to content

Releases: Matafou/LibHyps

Fix especialize (backward incompatible with 2.x)

19 Dec 14:44
Compare
Choose a tag to compare
3.0.1

udpate opam file to support coq-8.21~

Restoring especialize in an non backward compatible way

18 Dec 21:58
Compare
Choose a tag to compare

First version working around coq 8.19 specialize semantic change wrt evars.

LibHyps 2.0.8

17 Dec 15:06
Compare
Choose a tag to compare

Fixing github actions for tests.

LibHyps 2.0.7

15 Dec 07:24
Compare
Choose a tag to compare

Removing (hopefully temporarily) the especialize tactic, due to an incompatibility with coq-8.18.

License changed fully to MIT

23 Sep 13:26
a508423
Compare
Choose a tag to compare

License changed fully to MIT.

LibHyps 2.0.3

27 Sep 15:19
3522522
Compare
Choose a tag to compare

Coq opam package license change only.

LibHyps 2.0.2

30 Jun 14:33
Compare
Choose a tag to compare
  • bug fixes
  • Adding the following options to especialize:
especialize H at *. (* create a subgoal for each (dependent) premise of H. Cf "exploit" from CompCert. *)
especialize H at 2,3,4 (* up to 7 premise number *)
especialize H until 3 (* create goals for the n first (dependent) premises of H. *)

Many thanks to Sylvain Boulmé for the suggestions.

New syntax - better hyps grouping

06 Jun 07:37
Compare
Choose a tag to compare

2.0.1: fixing the configure script for coq-opam-archive.
2.0.0: This release adds a new syntax for usual post-tactic actions, like /n for autonaming, /s for subst, /g for grouping non-Prop hyps at top, etc. The grouping has been enhanced: it groups hypothesis with similar (non-Prop) types.

New syntax - better hyps grouping

05 Jun 14:49
Compare
Choose a tag to compare

This release adds a new syntax for usual post-tactic actions, like /n for autonaming, /s for subst, /g for grouping non-Prop hyps at top, etc.
The grouping has been enhanced: it groups hypothesis with similar (non-Prop) types.

Small bug fix + demo reworded.

02 Apr 13:45
Compare
Choose a tag to compare

Rare incompatibilities expected.