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

Framed context of lemma

parent f765e44b
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,12 @@ Section with_Σ. ...@@ -13,9 +13,12 @@ Section with_Σ.
let: "v" := recv "c" in let: "v" := recv "c" in
send "c" ("f" "v");; "c". send "c" ("f" "v");; "c".
Lemma mapper_typed : Lemma mapper_typed Γ :
mapper_service : (lty_chan (mapper_service_type) (lty_chan END))%lty . Γ mapper_service : (lty_chan (mapper_service_type) (lty_chan END))%lty Γ.
Proof. Proof.
iApply (ltyped_frame _ _ _ _ Γ).
{ iApply env_split_id_l. }
2: { iApply env_split_id_l. }
iApply ltyped_lam. iApply ltyped_lam.
iApply ltyped_let. iApply ltyped_let.
{ iApply ltyped_recv. by rewrite lookup_insert. } { iApply ltyped_recv. by rewrite lookup_insert. }
......
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