Skip to content
Snippets Groups Projects
  1. Dec 09, 2020
  2. Dec 07, 2020
  3. Dec 06, 2020
  4. Dec 04, 2020
  5. Dec 03, 2020
    • Tej Chajed's avatar
      Improve the IPM documentation · 83ed79cb
      Tej Chajed authored
      - Separated out the simpler invocations of tactics from their full
        forms. In the process we now document what parts of a tactic are
        optional.
      - Convey what the common and rare tactics are, for example that the
        argument to `iModIntro` is rarely needed.
      - Use "destruct" to talk about invoking an intro pattern, rather than
        eliminate, to stay closer to Coq terminology and avoid this potentially
        confusing PL term.
      - Added an overview of the "grammar entries" relevant to many tactics
        (ipat, selpat, spat, and pm_trm). Added links to those sections
        everywhere.
      Verified
      83ed79cb
    • Ralf Jung's avatar
      Merge branch 'fix-hint-locality' into 'master' · fb2b600c
      Ralf Jung authored
      Add explicit Local/Global to hints at top level
      
      See merge request iris/iris!594
      fb2b600c
    • Tej Chajed's avatar
Loading