Skip to content
Snippets Groups Projects
Commit 79da67c9 authored by Daniël Louwrink's avatar Daniël Louwrink
Browse files

fix pair example

parent 76e934c0
No related branches found
No related tags found
No related merge requests found
Pipeline #27734 passed
...@@ -11,6 +11,8 @@ Section pair. ...@@ -11,6 +11,8 @@ Section pair.
Proof. Proof.
rewrite /prog. rewrite /prog.
iApply ltyped_lam. iApply ltyped_pair. iApply ltyped_lam. iApply ltyped_pair.
iApply ltyped_recv. iApply ltyped_recv. iApply ltyped_recv.
2:{ iApply ltyped_recv. by rewrite /binder_insert lookup_insert. }
by rewrite lookup_insert.
Qed. Qed.
End pair. End pair.
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