Skip to content
Snippets Groups Projects
Commit 83a58304 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Less LISP :)

parent d008408b
No related branches found
No related tags found
No related merge requests found
...@@ -245,8 +245,8 @@ Section monadic. ...@@ -245,8 +245,8 @@ Section monadic.
Lemma refines_bind K K' E A A' e e' : Lemma refines_bind K K' E A A' e e' :
(REL e << e' @ E : A) -∗ (REL e << e' @ E : A) -∗
( v v', A v v' -∗ ( v v', A v v' -∗
(REL fill K (of_val v) << fill K' (of_val v') : A')) -∗ REL fill K (of_val v) << fill K' (of_val v') : A') -∗
(REL fill K e << fill K' e' @ E : A'). REL fill K e << fill K' e' @ E : A'.
Proof. Proof.
iIntros "Hm Hf". iIntros "Hm Hf".
rewrite refines_eq /refines_def. rewrite refines_eq /refines_def.
......
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