aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/environ.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/environ.mli')
-rw-r--r--kernel/environ.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/environ.mli b/kernel/environ.mli
index 31edb0d7f..f9b17b76d 100644
--- a/kernel/environ.mli
+++ b/kernel/environ.mli
@@ -54,6 +54,7 @@ val id_of_name_using_hdchar : env -> constr -> name -> identifier
val named_hd : env -> constr -> name -> name
val prod_name : env -> name * constr * constr -> constr
val lambda_create : env -> constr * constr -> constr
+val lambda_name : env -> name * constr * constr -> constr
val translucent_abst : env -> constr -> bool
val evaluable_abst : env -> constr -> bool