Skip to content
Snippets Groups Projects
  1. Nov 15, 2016
  2. Nov 10, 2016
    • Robbert Krebbers's avatar
      Remove Existing Class Is_true. · 82138115
      Robbert Krebbers authored
      Having Is_true as a type class caused problems with rewrite: when the
      rewrited lemma has a premise of the shape Is_true, the rewrite tactic
      will complain that it cannot find a type class instance, instead
      of generating a goal for that premise.
      82138115
  3. Nov 07, 2016
  4. Oct 27, 2016
  5. Oct 13, 2016
  6. Oct 04, 2016
  7. Oct 03, 2016
  8. Sep 28, 2016
  9. Sep 27, 2016
  10. Sep 20, 2016
  11. Sep 14, 2016
  12. Sep 09, 2016
  13. Aug 29, 2016
  14. Aug 24, 2016
  15. Aug 22, 2016
  16. Aug 19, 2016
  17. Aug 17, 2016
  18. Aug 08, 2016
    • Jacques-Henri Jourdan's avatar
      f42a673b
    • Ralf Jung's avatar
      Better Coq 8.6 compatibility · ae135201
      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.
      ae135201
    • Robbert Krebbers's avatar
      Some general stuff about fin. · 2cb61949
      Robbert Krebbers authored
      2cb61949
  19. Aug 04, 2016
  20. Aug 02, 2016
  21. Aug 01, 2016
  22. Jul 27, 2016
Loading