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

Make `mapset_elem_of` Opaque.

Hopefully this fixes iris/iris#232
parent 48bded44
No related branches found
No related tags found
No related merge requests found
......@@ -130,4 +130,8 @@ Proof.
Qed.
End mapset.
(** [mapset_elem_of] internally contains an equality; make sure that tactics do
not unfold it and try to unify [∈] against goals with [=]. *)
Opaque mapset_elem_of.
Arguments mapset_eq_dec : simpl never.
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