Skip to content
Snippets Groups Projects
  1. Sep 28, 2020
  2. Sep 27, 2020
  3. 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
  4. Sep 23, 2020
  5. 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
  6. Sep 16, 2020
  7. Sep 15, 2020
  8. Sep 14, 2020
  9. Sep 12, 2020
  10. Sep 11, 2020
  11. Sep 10, 2020
  12. Sep 07, 2020
  13. Sep 05, 2020
  14. Sep 03, 2020
  15. Aug 30, 2020
  16. Aug 29, 2020
  17. Aug 28, 2020
  18. Aug 12, 2020
Loading