Skip to content
Snippets Groups Projects
Verified Commit 8b5f7383 authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

Add missing `Proof.` to sealing proofs

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.'
```
parent 6eb52a82
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment