aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat/Coq85.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Compat/Coq85.v')
-rw-r--r--theories/Compat/Coq85.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v
index 400753644..ba58e2d88 100644
--- a/theories/Compat/Coq85.v
+++ b/theories/Compat/Coq85.v
@@ -27,3 +27,6 @@ Global Set Refolding Reduction.
Global Set Typeclasses Legacy Resolution.
Global Set Typeclasses Limit Intros.
Global Unset Typeclasses Filtered Unification.
+
+(** Allow silently letting unification constraints float after a "." *)
+Global Unset Use Unification Heuristics. \ No newline at end of file