aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2016-06-28 12:37:00 -0400
committerGravatar Matthieu Sozeau <mattam@mattam.org>2016-09-09 18:12:26 +0200
commit43869b4e05824244e666c60e0b740a80e8b09d0c (patch)
tree119fd8db5cd7bde7750d84fcf107b6ca482aa7fe /theories/Compat
parentdee69387bd4b2944c9e81ee422fb9900ab0e6c4d (diff)
no-refold patch
Add a boolean for refolding during reduction, and an option that is off by default in 8.6, to turn refolding on in all reduction functions, as in 8.5.
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