mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Merge pull request #51 from mdempsky/csl-example-typo
Fix typo in ConcurrentSeparationLogic.v example
This commit is contained in:
commit
845c9189c1
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ Qed.
|
||||||
|
|
||||||
(* Here's a variant on the last example. Now we have three stages.
|
(* Here's a variant on the last example. Now we have three stages.
|
||||||
* Stage 1: push consecutive even numbers to stack 1.
|
* Stage 1: push consecutive even numbers to stack 1.
|
||||||
* Stage 2: pop from stack 1 and push to stack 1, reusing the memory for the
|
* Stage 2: pop from stack 1 and push to stack 2, reusing the memory for the
|
||||||
* list node.
|
* list node.
|
||||||
* Stage 3: pop from stack 2 and fail if odd. *)
|
* Stage 3: pop from stack 2 and fail if odd. *)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue