aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-07-06 12:46:19 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-07-06 12:46:19 +0200
commitfd72a9c257f22a7c66990fb9152b43ba088d9a47 (patch)
tree97e4b173746ed291f17ded5d978603c60bb5ee8f
parent0a86788a929292826bc0c7e71c57ee7c5c46f335 (diff)
parent2d449a9db34d1cfaff3b698cfc5b435e00100461 (diff)
Merge remote-tracking branch 'github/pr/241' into v8.5
Was PR#241: Restore option_map in FMapFacts
-rw-r--r--theories/FSets/FMapFacts.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/FSets/FMapFacts.v b/theories/FSets/FMapFacts.v
index eaeb2914b..67bb56448 100644
--- a/theories/FSets/FMapFacts.v
+++ b/theories/FSets/FMapFacts.v
@@ -24,6 +24,8 @@ Hint Extern 1 (Equivalence _) => constructor; congruence.
Module WFacts_fun (E:DecidableType)(Import M:WSfun E).
+Notation option_map := option_map (compat "8.4").
+
Notation eq_dec := E.eq_dec.
Definition eqb x y := if eq_dec x y then true else false.