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

Tests.

parent 3b184486
No related branches found
No related tags found
No related merge requests found
From iris.algebra Require Import gset.
Lemma test_op (X Y : gset nat) : X Y X Y = Y.
Proof. set_solver. Qed.
Lemma test_included (X Y : gset nat) : X Y X Y = Y X Y = X.
Proof. set_solver. Qed.
Lemma test_disj_included (X Y : gset nat) : GSet X GSet Y X Y = Y X Y = X.
Proof. set_solver. Qed.
Lemma test_disj_equiv n : GSet ( : gset nat) GSet {[n]} False.
Proof. set_solver. Qed.
Lemma test_disj_eq n : GSet ( : gset nat) = GSet {[n]} False.
Proof. set_solver. Qed.
Lemma test_disj_valid (X Y : gset nat) : (GSet X GSet Y) X Y = ∅.
Proof. set_solver. 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