Skip to content
Snippets Groups Projects
  1. Sep 27, 2017
  2. Sep 26, 2017
    • Robbert Krebbers's avatar
      aaa4f987
    • Robbert Krebbers's avatar
      Fix issue #97. · b0ae1102
      Robbert Krebbers authored
      b0ae1102
    • 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
    • Ralf Jung's avatar
      update awk.Makefile · 36322106
      Ralf Jung authored
      36322106
  3. Sep 25, 2017
  4. Sep 24, 2017
  5. Sep 21, 2017
  6. Sep 20, 2017
  7. Sep 19, 2017
  8. Sep 18, 2017
  9. Sep 17, 2017
  10. Sep 15, 2017
  11. Sep 09, 2017
Loading