Skip to content
Snippets Groups Projects
  1. Mar 20, 2017
  2. Mar 17, 2017
  3. Mar 15, 2017
  4. Mar 01, 2017
  5. Feb 09, 2017
  6. Jan 31, 2017
  7. Dec 09, 2016
  8. Dec 06, 2016
  9. Nov 23, 2016
  10. Oct 13, 2016
  11. Sep 20, 2016
  12. Aug 24, 2016
  13. 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
  14. Jul 27, 2016
  15. Jun 30, 2016
  16. May 27, 2016
  17. May 22, 2016
  18. Mar 30, 2016
  19. Mar 21, 2016
  20. Mar 04, 2016
  21. Mar 03, 2016
  22. Feb 20, 2016
  23. Feb 17, 2016
  24. 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
Loading