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

Revert "Make `mapset_elem_of` Opaque."

This reverts commit 267cc708.

Thanks to @jung for spotting this was a NOP, see iris/stdpp!263 (comment 67379)
parent 13efa2cb
No related branches found
No related tags found
No related merge requests found
Pipeline #47263 passed
......@@ -132,8 +132,4 @@ 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.
Global 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