Releases: imdea-software/htt
Releases Β· imdea-software/htt
2.0.1
2.0.0
- A new major release based on mathcomp2.
- Dropped coq8.15-8.17, support 8.19-8.20.
STsep
notation changed. Instead of{G}. STsep (p, q)
now it'sSTsep {G} (p, q)
.- The proof of Barcelogic congruence closure is restored (from POPL 2010 paper)
1.3.0
- removed examples from the opam release
- bumped minimal mathcomp to 1.17 and coq range to 8.15-8.17
- mathcomp-algebra is a new dependency (needed for interval.v)
- added examples/quicksort.v and refactored examples/bubblesort.v to use slice theory
- added small theory of slice surgery to interlude.v
1.2.0
1.1.0
- Allow for Coq 8.16 and Mathcomp 1.15
- Switch to FCSL-PCM 1.6
- Add specialized frame lemmas
gU
/stepU
/tryU
for passing an empty heap to a subroutine/recursive call - Refactor
gE
/stepE
/tryE
frames lemmas to produce separate goals for value and exception cases - the latter is typically trivial, saving onecase
invocation - Add GCD, binary (search) tree & cyclic buffer examples