Skip to content
Snippets Groups Projects
Commit 58263696 authored by Arthur Charguéraud's avatar Arthur Charguéraud
Browse files

comment out dev example

parent b9ed9e36
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ Implicit Types n : int.
Implicit Types v : val.
(* todo move *)
(*------------------------------------------------------------------*)
(** Auxiliary *)
Lemma rule_apps_funs : forall xs F (Vs:vals) t1 H Q,
F = (val_funs xs t1) ->
......@@ -64,7 +64,6 @@ Proof using.
{ rewrite~ hstar_comm. } { rewrite~ hstar_comm. }
Qed.
Lemma rule_get : forall v l,
triple (val_get (val_loc l))
(l ~~~> v)
......@@ -103,6 +102,7 @@ Proof using. intros. applys* rule_consequence. applys* rule_frame. Qed.
Hint Resolve Normal_hsingle.
(* ********************************************************************** *)
(* * Formalisation of higher-order iterator on a reference *)
......@@ -260,7 +260,11 @@ Proof using.
{ intros x; simpl; xpull ;=> E; subst x. applys rule_get_ro. }
Qed.
(*---*)
(* ---------------------------------------------------------------------- *)
(*--- Under development
(* let box_twice f p =
let q = !p in
......@@ -298,3 +302,4 @@ Abort.
*)
\ No newline at end of file
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