Skip to content
Snippets Groups Projects
  1. Oct 25, 2017
  2. Oct 19, 2017
  3. Oct 10, 2017
  4. Sep 26, 2017
    • Robbert Krebbers's avatar
      Fix issue #98. · e17ac4ad
      Robbert Krebbers authored
      We used to normalize the goal, and then checked whether it was of
      a certain shape. Since `uPred_valid P` normalized to `True ⊢ P`,
      there was no way of making a distinction between the two, hence
      `True ⊢ P` was treated as `uPred_valid P`.
      
      In this commit, I use type classes to check whether the goal is of
      a certain shape. Since we declared `uPred_valid` as `Typeclasses
      Opaque`, we can now make a distinction between `True ⊢ P` and
      `uPred_valid P`.
      e17ac4ad
  5. Sep 25, 2017
  6. Sep 21, 2017
  7. Sep 17, 2017
  8. Sep 09, 2017
  9. Aug 28, 2017
  10. Jul 14, 2017
  11. Jun 27, 2017
  12. Jun 08, 2017
  13. Apr 19, 2017
  14. Mar 24, 2017
  15. Mar 14, 2017
  16. Feb 06, 2017
  17. Jan 27, 2017
  18. Jan 25, 2017
  19. Jan 24, 2017
  20. Jan 11, 2017
  21. Jan 09, 2017
  22. Jan 06, 2017
  23. Jan 05, 2017
  24. Jan 04, 2017
  25. Jan 03, 2017
  26. Dec 12, 2016
  27. Dec 09, 2016
Loading