Skip to content

Commit 93aa954

Browse files
committed
cleaning up arguments & notations
1 parent 5562479 commit 93aa954

File tree

6 files changed

+185
-170
lines changed

6 files changed

+185
-170
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ Structure (in the `theories` directory):
1717
- `bunch_decomp.v` -- helpful lemmas about decompositions of bunches
1818
- `seqcalc_height.v` -- the same sequent calculus, but with the notion of proof height.
1919
Includes proofs of invertibility of some of the rules.
20-
- `cutelim.v` -- the universal model for cut elimination
2120
- `algebra/bi.v`, `algebra/interface.v` -- BI algebras
21+
- `algebra/from_closure.v` -- BI algebra from a closure operator
22+
- `cutelim.v` -- the universal model for cut elimination
2223

23-
There is also a formalization of the same method for BI with an S4-like box modality.
24+
There is also a formalization of the same method but for BI with an S4-like box modality.
2425
See `seqcalc_s4.v`, `seqcalc_height_s4.v`, `interp_s4.v`, and `cutelim_s4.v` in the `theories` folder.
2526

2627
## Compilation
@@ -31,10 +32,7 @@ You can install the dependency with opam using `opam install --deps-only .` or t
3132
If you have std++ installed then you can compile the project with `make -jN` where `N` is the number of threads you want to use.
3233
Compile the HTML docs with `make html`.
3334

34-
35-
3635
## Copyright
3736

3837
The Coq formalization is distributed under the BSD-3 licence.
39-
The code in the `theories/algebra` folder is adapted from
40-
the Iris project <https://iris-project.org>
38+
Some code was adapted from the Iris project <https://iris-project.org>.

0 commit comments

Comments
 (0)