aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/nativelambda.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/nativelambda.mli')
-rw-r--r--kernel/nativelambda.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/nativelambda.mli b/kernel/nativelambda.mli
index a2763626c..33a0dacf6 100644
--- a/kernel/nativelambda.mli
+++ b/kernel/nativelambda.mli
@@ -12,7 +12,6 @@ open Nativevalues
open Nativeinstr
(** This file defines the lambda code generation phase of the native compiler *)
-
type evars =
{ evars_val : existential -> constr option;
evars_typ : existential -> types;
@@ -26,6 +25,8 @@ val decompose_Llam_Llet : lambda -> (Names.name * lambda option) array * lambda
val is_lazy : prefix -> constr -> bool
val mk_lazy : lambda -> lambda
+val get_mind_prefix : env -> mutual_inductive -> string
+
val get_allias : env -> constant -> constant
val lambda_of_constr : env -> evars -> Constr.constr -> lambda