Skip to content
Snippets Groups Projects
Commit 314df5df authored by Ralf Jung's avatar Ralf Jung
Browse files

some comments for clarity

parent 6888e730
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,7 @@ Module Type IRIS_PLOG (RL : RA_T) (C : CORE_LANG) (R: IRIS_RES RL C) (WP: WORLD_
(exists σ' ei ei' K, e = fill K ei /\ prim_step (ei, σ) (ei', σ')) \/
(exists e' K, e = fill K (fork e')).
(* Show that this definition makes some sense *)
Lemma tp_safe e tp σ
(SAFE : safeExpr e σ)
(INPOOL: e tp):
......
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