aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-11-07 08:41:21 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-11-07 08:41:21 +0100
commite6edb3319c850cc7e30e5c31b0bfbf16c5c1a32c (patch)
tree015ca794c20b15fe083ff54afbc87322e8fa0443 /theories/Compat
parentbe11ab322fa73804118738e7a08e9910fdf4600d (diff)
More explicit name for status of unification constraints.
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq85.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v
index ba58e2d88..c64413383 100644
--- a/theories/Compat/Coq85.v
+++ b/theories/Compat/Coq85.v
@@ -29,4 +29,4 @@ 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
+Global Unset Solve Unification Constraints.