diff options
| author | Pierre Roux | 2020-12-31 18:08:29 +0100 |
|---|---|---|
| committer | Pierre Roux | 2021-01-18 12:09:11 +0100 |
| commit | f724ed1e270eb48060a510ff99219227c342ad6c (patch) | |
| tree | 0552f45d72d5efa46ba19762ca4259899792af2c /pretyping/reductionops.mli | |
| parent | 1b0f76026a553bcd76efb2bf99048235ad847ada (diff) | |
Fix #13579 (hnf on primitives raises an anomaly)
Also works for simpl.
Diffstat (limited to 'pretyping/reductionops.mli')
| -rw-r--r-- | pretyping/reductionops.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/reductionops.mli b/pretyping/reductionops.mli index ae93eb48b4..8250a1122b 100644 --- a/pretyping/reductionops.mli +++ b/pretyping/reductionops.mli @@ -182,6 +182,7 @@ val whd_betalet_stack : stack_reduction_function (** {6 Head normal forms } *) +val whd_const : Constant.t -> reduction_function val whd_delta_stack : stack_reduction_function val whd_delta : reduction_function val whd_betadeltazeta_stack : stack_reduction_function |
