Skip to content
Snippets Groups Projects
  1. Oct 10, 2017
  2. Oct 09, 2017
  3. Oct 07, 2017
  4. Oct 05, 2017
  5. Oct 04, 2017
  6. Sep 28, 2017
  7. Sep 27, 2017
  8. 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
  9. Sep 25, 2017
Loading