diff options
Diffstat (limited to 'pretyping')
-rw-r--r-- | pretyping/tacred.ml | 2 | ||||
-rw-r--r-- | pretyping/tacred.mli | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/pretyping/tacred.ml b/pretyping/tacred.ml index 51c00122b..a9732be47 100644 --- a/pretyping/tacred.ml +++ b/pretyping/tacred.ml @@ -730,8 +730,6 @@ let whd_simpl env sigma c = let simpl env sigma c = strong whd_simpl env sigma c -let nf = simpl (* Compatibility *) - (* Reduction at specific subterms *) let is_head c t = diff --git a/pretyping/tacred.mli b/pretyping/tacred.mli index 26d62379a..80eca2bcc 100644 --- a/pretyping/tacred.mli +++ b/pretyping/tacred.mli @@ -94,8 +94,3 @@ val reduce_to_atomic_ref : val contextually : bool -> occurrences * constr -> reduction_function -> reduction_function - -(* Compatibility *) -(* use [simpl] instead of [nf] *) -val nf : reduction_function - |