aboutsummaryrefslogtreecommitdiff
path: root/pretyping/reductionops.mli
diff options
context:
space:
mode:
authorMaxime Dénès2018-03-09 15:11:52 +0100
committerMaxime Dénès2018-03-09 15:11:52 +0100
commit0b3a458ecf2cfbe8cd2905d28f2459bd16240a18 (patch)
treee49f0cb970aad0ba8dd22088bf51d7d75ce2b8b8 /pretyping/reductionops.mli
parentd04f262f4c27a086b9ddfef1931586ef1062614d (diff)
parent67091e1d155be19333c5e5bd2cc306792ca630d3 (diff)
Merge PR #6895: [compat] Remove "Refolding Reduction" option.
Diffstat (limited to 'pretyping/reductionops.mli')
-rw-r--r--pretyping/reductionops.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/pretyping/reductionops.mli b/pretyping/reductionops.mli
index 3b56513f5e..29dc3ed0f2 100644
--- a/pretyping/reductionops.mli
+++ b/pretyping/reductionops.mli
@@ -31,11 +31,6 @@ module ReductionBehaviour : sig
val print : Globnames.global_reference -> Pp.t
end
-(** Option telling if reduction should use the refolding machinery of cbn
- (off by default) *)
-val get_refolding_in_reduction : unit -> bool
-val set_refolding_in_reduction : bool -> unit
-
(** {6 Support for reduction effects } *)
type effect_name = string