Skip to content
Snippets Groups Projects
Commit dc2f6cbf authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Bump Iris.

parent e8de09e2
Branches
No related tags found
No related merge requests found
Pipeline #41681 failed
...@@ -15,7 +15,7 @@ This branch uses a proper weak memory model. ...@@ -15,7 +15,7 @@ This branch uses a proper weak memory model.
""" """
depends: [ depends: [
"coq-gpfsl" { (= "dev.2020-11-26.1.04496bec") | (= "dev") } "coq-gpfsl" { (= "dev.2021-01-25.0.04d22616") | (= "dev") }
] ]
build: [make "-j%{jobs}%"] build: [make "-j%{jobs}%"]
......
...@@ -193,7 +193,7 @@ Section ofe. ...@@ -193,7 +193,7 @@ Section ofe.
- split; [by destruct 1|by intros [[??] ?]; constructor]. - split; [by destruct 1|by intros [[??] ?]; constructor].
- split; [by destruct 1|by intros [[??] ?]; constructor]. - split; [by destruct 1|by intros [[??] ?]; constructor].
Qed. Qed.
Canonical Structure typeO : ofeT := OfeT type type_ofe_mixin. Canonical Structure typeO : ofe := Ofe type type_ofe_mixin.
Global Instance ty_size_ne n : Proper (dist n ==> eq) ty_size. Global Instance ty_size_ne n : Proper (dist n ==> eq) ty_size.
Proof. intros ?? EQ. apply EQ. Qed. Proof. intros ?? EQ. apply EQ. Qed.
...@@ -245,7 +245,7 @@ Section ofe. ...@@ -245,7 +245,7 @@ Section ofe.
- split; [by destruct 1|by constructor]. - split; [by destruct 1|by constructor].
- split; [by destruct 1|by constructor]. - split; [by destruct 1|by constructor].
Qed. Qed.
Canonical Structure stO : ofeT := OfeT simple_type st_ofe_mixin. Canonical Structure stO : ofe := Ofe simple_type st_ofe_mixin.
Global Instance st_own_ne n : Global Instance st_own_ne n :
Proper (dist n ==> eq ==> eq ==> dist n) st_own. Proper (dist n ==> eq ==> eq ==> dist n) st_own.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment