Skip to content
Snippets Groups Projects
  1. Nov 10, 2020
  2. Oct 13, 2020
  3. Sep 10, 2020
  4. May 18, 2020
  5. May 14, 2020
  6. Apr 14, 2020
  7. Mar 16, 2020
  8. Sep 13, 2019
    • Jacques-Henri Jourdan's avatar
      Reorder Requires so that we do not depend of Export bugs. · 43a1a90f
      Jacques-Henri Jourdan authored
      The general idea is to first import/export modules which are further
      than the current one, and then import/export modules which are close
      dependencies.
      
      This commit tries to use the same order of imports for every file, and
      describes the convention in ProofGuide.md. There is one exception,
      where we do not follow said convention: in program_logic/weakestpre.v,
      using that order would break printing of texan triples (??).
      43a1a90f
  9. Jun 12, 2019
  10. Jun 03, 2019
  11. Mar 19, 2019
  12. Mar 05, 2019
  13. Oct 18, 2018
  14. Oct 05, 2018
  15. Oct 03, 2018
  16. Mar 01, 2018
  17. Nov 30, 2017
  18. Nov 09, 2017
  19. Nov 08, 2017
  20. Oct 30, 2017
  21. 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
  22. Jan 09, 2017
  23. Jan 05, 2017
  24. Jan 03, 2017
  25. Dec 22, 2016
  26. Dec 12, 2016
  27. Dec 09, 2016
Loading