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

Tests for `set_unfold in H`.

parent bd0e6352
No related branches found
No related tags found
No related merge requests found
From stdpp Require Import sets.
Lemma foo `{Set_ A C} (x : A) (X Y : C) : x X Y x X.
Proof. intros Hx. set_unfold in Hx. tauto. 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