aboutsummaryrefslogtreecommitdiff
path: root/pretyping
diff options
context:
space:
mode:
authorMaxime Dénès2017-07-19 17:20:30 +0200
committerMaxime Dénès2017-07-19 17:20:30 +0200
commit9ccba83b916523107d6c692b3147d0d91ec03411 (patch)
tree025a91cf689fa1823973fa55bc871c7b8eb9affc /pretyping
parent2a5cb4c63cf0d8efe5ce023150f389fd9d5cf2ea (diff)
parentfe56933b466a3d833d161828a34aab7a6b621b00 (diff)
Merge PR #855: Deprecate options that were introduced for compatibility with 8.5.
Diffstat (limited to 'pretyping')
-rw-r--r--pretyping/reductionops.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/reductionops.ml b/pretyping/reductionops.ml
index cc1709f1c2..ce9ca93d90 100644
--- a/pretyping/reductionops.ml
+++ b/pretyping/reductionops.ml
@@ -29,7 +29,7 @@ exception Elimconst
let refolding_in_reduction = ref false
let _ = Goptions.declare_bool_option {
- Goptions.optdepr = false;
+ Goptions.optdepr = true; (* remove in 8.8 *)
Goptions.optname =
"Perform refolding of fixpoints/constants like cbn during reductions";
Goptions.optkey = ["Refolding";"Reduction"];