From 43869b4e05824244e666c60e0b740a80e8b09d0c Mon Sep 17 00:00:00 2001 From: Paul Steckler Date: Tue, 28 Jun 2016 12:37:00 -0400 Subject: 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. --- theories/Compat/Coq85.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theories/Compat') 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 -- cgit v1.2.3