aboutsummaryrefslogtreecommitdiff
path: root/kernel/vconv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/vconv.mli')
-rw-r--r--kernel/vconv.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/vconv.mli b/kernel/vconv.mli
index f4e680c690..c3c9636e89 100644
--- a/kernel/vconv.mli
+++ b/kernel/vconv.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-open Term
+open Constr
open Environ
open Reduction
@@ -19,4 +19,4 @@ val vm_conv : conv_pb -> types kernel_conversion_function
val vm_conv_gen : conv_pb -> (types, 'a) generic_conversion_function
(** Precompute a VM value from a constr *)
-val val_of_constr : env -> constr -> values
+val val_of_constr : env -> constr -> Vmvalues.values