Skip to content

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

Compare
Choose a tag to compare
@damien-pous damien-pous released this 13 Jul 13:45
  • 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