Simplify definition of `mapset_dom_with`.
This fixes issue #183 (closed)
It is not clear that it fixes similar issues. But regardless, I would say that the simplification of the definition of dom
is a sensible change.
Merge request reports
Activity
I think the real fix for #183 (closed) is to convince that Coq devs that we need
Arguments ... : simpl really never ever
or a better variant of!
that does not head reduce.The
Opaque
declarations (such as the one forgmap_empty
) don't just tellsimpl
to really not unfold a constant, but they also cause the conversion and unification algorithm to delay unfolding the constant. For something asgmap_empty
it seems that delaying its unfolding is always a bad idea; it should be unfolded as eagerly as possible.Edited by Robbert Krebbersmentioned in issue #183 (closed)
enabled an automatic merge when the pipeline for 84e0ebf3 succeeds
mentioned in commit 40e5274f