aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-10-05 12:05:39 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-10-05 17:53:24 +0200
commite2c0b6711ab100c1dc4d103601a951688b115c7c (patch)
tree803fcc2d766244c0f4fbf4c0f9acafdcd839ecc2 /theories/Compat
parent4da21316ddc334f82ef830baca9e6d68cc73c59c (diff)
Clean up type classes flags and update compat file.
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq85.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v
index 54aeeaa11..74b416aae 100644
--- a/theories/Compat/Coq85.v
+++ b/theories/Compat/Coq85.v
@@ -23,6 +23,11 @@ Global Unset Shrink Abstract.
Global Unset Shrink Obligations.
Global Set Refolding Reduction.
+(** The resolution algorithm for type classes has changed. *)
+Global Set Typeclasses Legacy Resolution.
+Global Set Typeclasses Limit Intros.
+Global Unset Typeclasses Filtered Unification.
+
(** In Coq 8.5, [] meant Vector, and [ ] meant list. Restore this
behavior, to allow user-defined [] to not override vector
notations. See https://coq.inria.fr/bugs/show_bug.cgi?id=4785. *)