diff options
| author | Hugo Herbelin | 2018-08-21 14:59:23 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-09-06 16:38:45 +0200 |
| commit | e8ccf6120f3765e04c527bca8b2b1fffc6df08ca (patch) | |
| tree | cd10f52c37700b01b5efa4bcf70a85994f8b221f /pretyping/reductionops.mli | |
| parent | 579f30a53809f9cf73aa3d7c69960b50fc51c7fc (diff) | |
Fixing #8270 (cbn was calling zeta even when not asked for).
Diffstat (limited to 'pretyping/reductionops.mli')
| -rw-r--r-- | pretyping/reductionops.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pretyping/reductionops.mli b/pretyping/reductionops.mli index 07eeec9276..dd3cd26f0f 100644 --- a/pretyping/reductionops.mli +++ b/pretyping/reductionops.mli @@ -144,6 +144,9 @@ val pr_state : state -> Pp.t (** {6 Reduction Function Operators } *) +val strong_with_flags : + (CClosure.RedFlags.reds -> reduction_function) -> + (CClosure.RedFlags.reds -> reduction_function) val strong : reduction_function -> reduction_function val local_strong : local_reduction_function -> local_reduction_function val strong_prodspine : local_reduction_function -> local_reduction_function |
