Skip to content

Commit 25a2d60

Browse files
committed
bump readme
1 parent ff5516c commit 25a2d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ approach of (Benton, Hur, Kennedy, McBride, JAR 2012) with well-scoped
7676
terms and substitutions/renamings.
7777

7878

79-
## Disjunction property
79+
### Disjunction property
8080
Some results in the formalization make use of the disjunction property
8181
of Iris: if (P ∨ Q) is provable, then either P or Q are provable on
8282
their own. This propery is used to show safety of the weakest
@@ -101,7 +101,7 @@ formalization, we added the disjunction propety as an assumption to
101101
the safety theorem (`wp_safety`) and all of its instances (e.g. in
102102
logical relations).
103103

104-
## Ground type of errors
104+
### Ground type of errors
105105

106106
One other difference with the paper worth mentioning, is that in the
107107
formalization we "hardcode" the type `Err` of errors, whereas in the

0 commit comments

Comments
 (0)