aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2016-09-12 13:37:08 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2016-09-12 13:37:08 +0200
commit7a3ef81f20e159bcf4d40227d36c54abbe69c3e9 (patch)
tree1527039fb27481b1ce82e2d3cff8fa82ce834ce3 /theories/Compat
parent12cedcbf4dcfe4fd43ab9f4b648314cac26b82db (diff)
parent43869b4e05824244e666c60e0b740a80e8b09d0c (diff)
Merge remote-tracking branch 'github-coq/pr/249' into v8.6
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq85.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v
index 54621cc1c..0ddf1acde 100644
--- a/theories/Compat/Coq85.v
+++ b/theories/Compat/Coq85.v
@@ -20,4 +20,5 @@ Global Unset Bracketing Last Introduction Pattern.
Global Unset Regular Subst Tactic.
Global Unset Structural Injection.
Global Unset Shrink Abstract.
-Global Unset Shrink Obligations. \ No newline at end of file
+Global Unset Shrink Obligations.
+Global Set Refolding Reduction. \ No newline at end of file