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

Renamed mapper example section

parent d7497979
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ From actris.channel Require Import proofmode proto channel. ...@@ -2,7 +2,7 @@ From actris.channel Require Import proofmode proto channel.
From actris.logrel Require Import subtyping_rules term_typing_judgment term_typing_rules environments operators subtyping_rules. From actris.logrel Require Import subtyping_rules term_typing_judgment term_typing_rules environments operators subtyping_rules.
From iris.proofmode Require Import tactics. From iris.proofmode Require Import tactics.
Section with_Σ. Section mapper_example.
Context `{heapG Σ, chanG Σ}. Context `{heapG Σ, chanG Σ}.
(** Client typing *) (** Client typing *)
...@@ -245,5 +245,4 @@ Section with_Σ. ...@@ -245,5 +245,4 @@ Section with_Σ.
{ iApply env_split_right=> //; last by iApply env_split_id_r. eauto. } { iApply env_split_right=> //; last by iApply env_split_id_r. eauto. }
Qed. Qed.
End mapper_example.
End with_Σ.
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