From e2c0b6711ab100c1dc4d103601a951688b115c7c Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Wed, 5 Oct 2016 12:05:39 +0200 Subject: Clean up type classes flags and update compat file. --- theories/Compat/Coq85.v | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'theories/Compat') 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. *) -- cgit v1.2.3