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

Bump Iris and fix stuff.

parent 41dd8385
No related branches found
No related tags found
No related merge requests found
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq ea64fd148b56e1c38c08c2954e76bfa2e75b4db9
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq 7b36d0e4c312b99b081f05b6575071b56bf12a55
......@@ -13,7 +13,7 @@ Section bool.
| [ #(LitInt (0|1))] => True
| _ => False
end%I |}.
Next Obligation. intros ? [|[[| |[|[]|]]|] []]; auto with I. Qed.
Next Obligation. intros ? [|[[| |[|[]|]]|] []]; auto. Qed.
Next Obligation. intros ? [|[[| |[|[]|]]|] []]; apply _. Qed.
Global Instance bool_send : Send bool.
......
......@@ -12,7 +12,7 @@ Section int.
| [ #(LitInt z)] => True
| _ => False
end%I |}.
Next Obligation. intros ? [|[[]|] []]; auto with I. Qed.
Next Obligation. intros ? [|[[]|] []]; auto. Qed.
Next Obligation. intros ? [|[[]|] []]; apply _. Qed.
Global Instance int_send : Send int.
......
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