Skip to content
Snippets Groups Projects
  1. Jan 31, 2017
  2. Dec 09, 2016
  3. Dec 06, 2016
  4. Nov 23, 2016
  5. Oct 13, 2016
  6. Sep 20, 2016
  7. Aug 24, 2016
  8. Aug 08, 2016
    • Ralf Jung's avatar
      Better Coq 8.6 compatibility · 976c58f3
      Ralf Jung authored
      With Coq 8.6, you can no longer have intro patterns that give more names than
      the constructor has.  Also, patterns with too few names are now interpreted as
      filling up with "?", rather than putting the unnamed parts into the goal again.
      
      Furthermore, it seems the behavior of "simplify_eq/=" changed, I guess
      hypotheses are considered in different order now.  I managed to work around
      this, but it all seem kind of fragile.
      
      The next compilation failure is an "Anyomaly: ... Please report", so that's what I will do.
      976c58f3
  9. Jul 27, 2016
  10. Jun 30, 2016
  11. May 27, 2016
  12. May 22, 2016
  13. Mar 30, 2016
  14. Mar 21, 2016
  15. Mar 04, 2016
  16. Mar 03, 2016
  17. Feb 20, 2016
  18. Feb 17, 2016
  19. Feb 13, 2016
    • Robbert Krebbers's avatar
      Use new Import/Export syntax everywhere. · 7dd32d7d
      Robbert Krebbers authored
      Also, make our redefinition of done more robust under different
      orders of Importing modules.
      7dd32d7d
    • Robbert Krebbers's avatar
      Make reflexivity hints work for evars. · 86803d3a
      Robbert Krebbers authored
      Since Coq 8.4 did not backtrack on eauto premises, we used to ensure
      that hints like
      
        Hint Extern 0 (?x ≡{_}≡ ?y) => reflexivity.
      
      were not used for goals involving evars by writing ?x ≡{_}≡ ?y instead
      of _ ≡{_}≡ _.
      
      This seems to be a legacy issue that no longer applies to Coq 8.5, so
      I have removed these restrictions making these hints thus more powerful.
      86803d3a
  20. Feb 11, 2016
  21. Jan 20, 2016
  22. Jan 12, 2016
  23. Dec 15, 2015
  24. Nov 18, 2015
  25. Nov 16, 2015
  26. Nov 11, 2015
  27. Feb 01, 2017
    • Robbert Krebbers's avatar
      Port to Coq 8.5 beta 2. · 02f213ce
      Robbert Krebbers authored
      The port makes the following notable changes:
      
      * The carrier types of separation algebras and integer environments are no
        longer in Set. Now they have a type at a fixed type level above Set. This
        both works better in 8.5 and makes the formalization more general.
        I have tried putting them at polymorphic type levels, but that increased the
        compilation time by an order of magnitude.
      * I am using a custom f_equal tactic written in Ltac to circumvent bug #4069.
        That bug has been fixed, so this custom tactic can be removed when the next
        beta of 8.5 is out.
      02f213ce
  28. Jun 04, 2015
  29. Feb 25, 2015
Loading