summaryrefslogtreecommitdiff
path: root/checker/reduction.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/reduction.mli')
-rw-r--r--checker/reduction.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/checker/reduction.mli b/checker/reduction.mli
index 2f551f4a..15a2df1f 100644
--- a/checker/reduction.mli
+++ b/checker/reduction.mli
@@ -16,8 +16,8 @@ open Environ
(*s Reduction functions *)
val whd_betaiotazeta : constr -> constr
-val whd_betadeltaiota : env -> constr -> constr
-val whd_betadeltaiota_nolet : env -> constr -> constr
+val whd_all : env -> constr -> constr
+val whd_allnolet : env -> constr -> constr
(************************************************************************)
(*s conversion functions *)