Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Lennard Gäher
  • Iris
  • Repository
Switch branch/tag
  • iris
  • theories
  • algebra
  • ofe.v
Find file BlameHistoryPermalink
  • Paolo G. Giarrusso's avatar
    Add missing `Proof.` to sealing proofs · 8b5f7383
    Paolo G. Giarrusso authored Mar 31, 2020
    This helps async proof checking (see
    iris/iris!406 (comment 46759)).
    
    Done with
    ```
    gsed -i 's/seal \(.*\)\. by eexists. Qed./seal \1. Proof. by eexists. Qed./' \
      $(find theories/ -name '*.v')
    ```
    
    And checked by inspecting the output of:
    ```
    git grep '\bseal\b'|fgrep -v 'Proof. by eexists. Qed.'
    ```
    8b5f7383