From 1795a3e603c3ff8bd0e3c3900e4a250f51f3fec6 Mon Sep 17 00:00:00 2001 From: Pierre Letouzey Date: Tue, 13 Jun 2017 10:03:27 +0200 Subject: Compat/Coq87.v : Unset Omega UseLocalDefs (see PR #768) --- theories/Compat/Coq87.v | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'theories') diff --git a/theories/Compat/Coq87.v b/theories/Compat/Coq87.v index 61e911678..ef1737bf8 100644 --- a/theories/Compat/Coq87.v +++ b/theories/Compat/Coq87.v @@ -7,3 +7,11 @@ (************************************************************************) (** Compatibility file for making Coq act similar to Coq v8.7 *) + +(* In 8.7, omega wasn't taking advantage of local abbreviations, + see bug 148 and PR#768. For adjusting this flag, we're forced to + first dynlink the omega plugin, but we should avoid doing a full + "Require Omega", since it has some undesired effects (at least on hints) + and breaks at least fiat-crypto. *) +Declare ML Module "omega_plugin". +Unset Omega UseLocalDefs. -- cgit v1.2.3