Skip to content
Snippets Groups Projects
  1. Apr 23, 2022
  2. Apr 07, 2022
  3. Feb 11, 2022
  4. Feb 02, 2022
  5. Jan 24, 2022
  6. Dec 16, 2021
  7. Nov 16, 2021
  8. Nov 08, 2021
  9. Oct 01, 2021
  10. Sep 03, 2021
  11. Jul 26, 2021
  12. Jun 18, 2021
  13. Jun 14, 2021
  14. May 31, 2021
  15. May 25, 2021
  16. Mar 25, 2021
  17. Mar 24, 2021
  18. Mar 23, 2021
  19. Mar 10, 2021
  20. Jan 27, 2021
  21. Jan 19, 2021
  22. Dec 04, 2020
  23. Dec 02, 2020
  24. Dec 01, 2020
  25. Nov 11, 2020
  26. Oct 01, 2020
  27. Sep 29, 2020
  28. 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).
      3732f05e
  29. 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).
      84144f00
  30. Sep 21, 2020
    • Tej Chajed's avatar
      Report an error when iIntro fails to find a forall · fa0b270b
      Tej Chajed authored
      The error handling for `iIntro (?)` and similar tactics didn't correctly
      report failures when the goal couldn't be turned into a universal
      quantifier. This is something missing from !482 due to no test
      triggering the error.
      fa0b270b
Loading