Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Matafou/LibHyps

4.0.0

06 Oct 14:34

Choose a tag to compare

This is the first release of rocq-libhyps, adapted from coq-libhyps (which is now only for coq < 9 version and will not be developped anymore).

3.0.2

06 Oct 14:25

Choose a tag to compare

This release fixes a few bugs in especialize. It is also the first coq < 9 release. It will not evolve much in the future as we focus on rocq >= 9 from now on.

Fix especialize (backward incompatible with 2.x)

19 Dec 14:44

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

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

Choose a tag to compare

Fixing github actions for tests.

LibHyps 2.0.7

15 Dec 07:24

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

Choose a tag to compare

License changed fully to MIT.

LibHyps 2.0.3

27 Sep 15:19
3522522

Choose a tag to compare

Coq opam package license change only.

LibHyps 2.0.2

30 Jun 14:33

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

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.