Skip to content
Snippets Groups Projects
Commit 648260de authored by Gaurav Parthasarathy's avatar Gaurav Parthasarathy
Browse files

small fix in code description

parent 85953ff4
No related branches found
No related tags found
1 merge request!23generalized rdcss to arbitrary (unboxed) values
...@@ -28,8 +28,8 @@ Set Default Proof Using "Type". ...@@ -28,8 +28,8 @@ Set Default Proof Using "Type".
*) *)
(* (*
new_rdcss() := new_rdcss(init_v) :=
let l_n = ref ( ref(injL 0) ) in let l_n = ref ( ref(injL init_v) ) in
ref l_n ref l_n
*) *)
Definition new_rdcss : val := Definition new_rdcss : val :=
......
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