Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 21, 2020
  3. Sep 16, 2020
  4. Sep 15, 2020
  5. Sep 14, 2020
  6. Sep 12, 2020
  7. Sep 11, 2020
  8. Sep 10, 2020
Loading