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

re-generate exercises

parent 0c9caad4
Branches
Tags
No related merge requests found
Pipeline #78841 passed
......@@ -51,7 +51,10 @@ Definition map_list : val :=
Section proof.
Context `{!heapGS Σ}.
(** Representation predicate in separation logic for a list of integers [l]: *)
(** Representation predicate in separation logic for a list of integers [l].
The ⌜...⌝ brackets are used to take a Coq proposition (of type Prop)
and embed it into an Iris proposition (of type iProp). *)
Fixpoint is_list (l : list Z) (v : val) : iProp Σ :=
match l with
| [] => v = NONEV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment