Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
  2. Jan 19, 2021
  3. Jan 17, 2021
  4. Jan 13, 2021
  5. Jan 07, 2021
  6. Dec 23, 2020
  7. Dec 16, 2020
  8. Dec 09, 2020
  9. Dec 04, 2020
  10. Dec 02, 2020
  11. Dec 01, 2020
  12. Nov 26, 2020
  13. Nov 11, 2020
  14. Nov 10, 2020
  15. Nov 09, 2020
  16. Nov 03, 2020
  17. Oct 29, 2020
  18. Oct 27, 2020
  19. Oct 21, 2020
  20. Oct 10, 2020
  21. Oct 01, 2020
  22. Sep 29, 2020
  23. Sep 28, 2020
    • Tej Chajed's avatar
      Improve some iIntros error messages · 3732f05e
      Tej Chajed authored
      A failing iIntros for implications should prettify the identifier before
      printing, and iIntros on something that isn't a wand or implication
      should say what couldn't be introduced (to clarify that `iIntros "HP
      HQ"` failed because of the HQ in particular, for example).
      Verified
      3732f05e
  24. Sep 24, 2020
    • Tej Chajed's avatar
      Fix error when destructing as multiple pats · 84144f00
      Tej Chajed authored
      `iDestruct H as "H1 H2"` produces an error that says the pattern should
      contain exactly one proper introduction pattern. When multiple patterns
      are provided, due to Ltac variable shadowing iDestructHypFindPat was
      instead reporting only the first pattern in the error message (and even
      that was printed as the parsed AST rather than the original string).
      Verified
      84144f00
  25. Sep 21, 2020
  26. Sep 14, 2020
Loading