Skip to content
Snippets Groups Projects
Commit af52dfd8 authored by Robbert Krebbers's avatar Robbert Krebbers Committed by Ralf Jung
Browse files

coqdoc

parent 3949f522
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ Section lock_spin.
WP lock_client_spin {{ _, True }}.
Proof.
unfold lock_client_spin.
(* This should not unfold the `newlock`, `acquire`, and `release`
projections. That is, it should not show `spin_lock.<something>`. *)
(* This should not unfold the [newlock], [acquire], and [release]
projections. That is, it should not show [spin_lock.<something>]. *)
simpl. Show.
wp_alloc l as "Hl".
wp_smart_apply (newlock_spec ( n : Z, l #n) with "[Hl]")
......
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