Skip to content
Snippets Groups Projects
  1. Jun 10, 2018
  2. Jun 09, 2018
  3. Jun 06, 2018
  4. Jun 05, 2018
  5. May 31, 2018
  6. May 29, 2018
  7. May 17, 2018
  8. May 09, 2018
  9. May 04, 2018
  10. May 03, 2018
  11. Apr 24, 2018
  12. Apr 23, 2018
  13. Apr 20, 2018
  14. Mar 21, 2018
  15. Mar 12, 2018
  16. Mar 08, 2018
  17. Mar 07, 2018
  18. Mar 06, 2018
  19. Mar 05, 2018
    • Robbert Krebbers's avatar
      Start improving control over type class search in proof mode tactics. · a74b8077
      Robbert Krebbers authored
      We do this in two ways:
      
      - Use `notypeclasses refine` instead of `eapply`, to avoid type class
        search being called arbitrary.
      - Use `typeclasses eauto` instead of `apply _`, to avoid type class
        search being called on unrelated evars.
      
      I mainly tried this for `iSpecialize` and friends; this same remains to
      be done for all other tactics.
      
      This commit also makes partial progress w.r.t. issue #135.
      a74b8077
  20. Mar 04, 2018
  21. Mar 03, 2018
  22. Mar 01, 2018
    • Jacques-Henri Jourdan's avatar
      Make iFrame able to accumulate assertions in an evar. · 09663be3
      Jacques-Henri Jourdan authored
      This requires changing the Hint Mode of the [Frame] type class because it should not fail if its parameter is an evar, but instantiate it instead. In order to prevent all the other instances of [Frame] to intantiate this evar themselves, we create a new type class [KnwonFrame], which corresponds to the old behavior.
      09663be3
  23. Feb 27, 2018
  24. Feb 22, 2018
Loading