Skip to content
Snippets Groups Projects
Commit ccaa983d authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq

parents e9716c6a 87bf3231
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -9,7 +9,7 @@ Section sum. ...@@ -9,7 +9,7 @@ Section sum.
Context `{typeG Σ}. Context `{typeG Σ}.
Program Definition emp : type := Program Definition emp : type :=
{| ty_size := 1%nat; {| ty_size := 1%nat; (* This is 1 so that emp is equal to the empty sum. *)
ty_own tid vl := False%I; ty_own tid vl := False%I;
ty_shr κ tid l := False%I |}. ty_shr κ tid l := False%I |}.
Next Obligation. iIntros (tid vl) "[]". Qed. Next Obligation. iIntros (tid vl) "[]". Qed.
......
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