Skip to content
Snippets Groups Projects
  1. Mar 11, 2017
  2. Mar 09, 2017
  3. Feb 22, 2017
    • Robbert Krebbers's avatar
      Change Hint Mode for FromAssumption. · 2cbcc992
      Robbert Krebbers authored
      There is no need to restrict the type class using Hint Mode, we have
      a default instance that will always be used first. In case of evars,
      the default instance should apply.
      
      The reason for this change is that `iAssumption` should be able to
      prove `H : ?e |- P` and `H : P |- ?e`. The former Hint Mode prevented
      it from doing that.
      2cbcc992
  4. Feb 15, 2017
  5. Feb 13, 2017
  6. Feb 11, 2017
    • Robbert Krebbers's avatar
      Improve `iSpecialize ("H" $! x1 .. xn)`. · 9ea6fa45
      Robbert Krebbers authored
      Instead of doing all the instantiations by invoking a single type
      class search, it now performs the instantiations by invoking
      individual type class searches. This a.) gives better error messages
      and b.) works when `xj` depends on `xi`.
      9ea6fa45
  7. Feb 06, 2017
  8. Jan 26, 2017
    • Robbert Krebbers's avatar
      Fix issue #68. · 2550dff5
      Robbert Krebbers authored
      TODO: document the setup of the IntoWand and WandWeaken type classes
      and the tricks using Hint Mode.
      2550dff5
  9. Jan 24, 2017
  10. Jan 23, 2017
  11. Jan 22, 2017
  12. Jan 05, 2017
  13. Jan 03, 2017
  14. Dec 28, 2016
  15. Dec 14, 2016
  16. Dec 09, 2016
  17. Nov 29, 2016
  18. Nov 27, 2016
  19. Nov 25, 2016
  20. Nov 22, 2016
  21. Nov 03, 2016
    • Robbert Krebbers's avatar
      Use symbol ∗ for separating conjunction. · cc31476d
      Robbert Krebbers authored
      The old choice for ★ was a arbitrary: the precedence of the ASCII asterisk *
      was fixed at a wrong level in Coq, so we had to pick another symbol. The ★ was
      a random choice from a unicode chart.
      
      The new symbol ∗ (as proposed by David Swasey) corresponds better to
      conventional practise and matches the symbol we use on paper.
      cc31476d
  22. Oct 28, 2016
  23. Oct 25, 2016
  24. Oct 05, 2016
  25. Sep 27, 2016
  26. Sep 19, 2016
Loading