Skip to content

Releases: damien-pous/coinduction

Coinduction 1.20, for Coq 8.20

18 Sep 08:59
Compare
Choose a tag to compare

Coinduction 1.9

18 Mar 09:30
Compare
Choose a tag to compare
  • compatibility with Coq 8.19
  • linking the companion to the tower as defined in [tower.v]
  • monotonicity of [gfp] and related lemmas for the chain and the companion

Coinduction 1.8

20 Oct 13:59
Compare
Choose a tag to compare

Better hint mode for typeclass CompleteLattice

Coinduction 1.7, tower-based, for Coq 8.16 and 8.17

13 Jul 13:45
Compare
Choose a tag to compare
  • tower-based reimplementation of the tactic
    not backward compatible, but required changes should only result in simplifications
    (see changes in package coq-coinduction-examples)
    lemmas and definition related to the companion are kept in [companion.v]
  • library should be loaded with [From Coinduction Require Import all].
  • fixed efficiency issues with large arities
  • compatible with both Coq 8.16 and 8.17

Coinduction 1.6, for Coq 8.16

08 Sep 15:43
Compare
Choose a tag to compare

compatibility with Coq 8.16

Coinduction 1.5, for Coq 8.15

30 Mar 11:00
Compare
Choose a tag to compare

compatibility with Coq 8.15

Coinduction 1.4, for Coq 8.14

30 Mar 08:24
Compare
Choose a tag to compare
  • add support for heterogeneous relations of arbitrary arity
  • only for coq 8.14 (lost compatibility with 8.13), release for 8.15 to arrive shortly

Coinduction 1.3, for Coq 8.13

29 Oct 18:36
Compare
Choose a tag to compare

Fix issue with slow unification problems occurring during typeclass resolution.

Coinduction 1.2, for Coq 8.13

08 Oct 13:35
Compare
Choose a tag to compare

Fixed handling of universes in OCaml plugin,
new helpers for proving that contextual functions are below the companion.

Coinduction 1.1, for Coq 8.13

26 Sep 17:31
Compare
Choose a tag to compare

Moved examples out of the package, a few minor fixes.