Skip to content
Snippets Groups Projects
Commit 67599f5a authored by Jonas Kastberg's avatar Jonas Kastberg
Browse files

Fixed copy paste blunder

parent a5fa9833
No related branches found
No related tags found
No related merge requests found
Pipeline #26773 passed
......@@ -293,7 +293,7 @@ Section subtype.
Proof. iIntros "#H1 #H2 !>". by iApply iProto_le_app. Qed.
Lemma lsty_le_app_assoc_l S1 S2 S3 :
((S1 <++> S2) <++> S3) <s: (S1 <++> (S2 <++> S3)).
(S1 <++> (S2 <++> S3)) <s: ((S1 <++> S2) <++> S3).
Proof. rewrite lsty_app_assoc. iApply lsty_le_refl. Qed.
Lemma lsty_le_app_assoc_r S1 S2 S3 :
......
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