summaryrefslogtreecommitdiff
path: root/kernel/vconv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/vconv.mli')
-rw-r--r--kernel/vconv.mli10
1 files changed, 6 insertions, 4 deletions
diff --git a/kernel/vconv.mli b/kernel/vconv.mli
index 096d31ac..49e5d23e 100644
--- a/kernel/vconv.mli
+++ b/kernel/vconv.mli
@@ -12,9 +12,11 @@ open Reduction
(**********************************************************************
s conversion functions *)
-val use_vm : unit -> bool
-val set_use_vm : bool -> unit
-val vconv : conv_pb -> types conversion_function
+val vm_conv : conv_pb -> types conversion_function
-val val_of_constr : env -> constr -> values
+(** A conversion function parametrized by a universe comparator. Used outside of
+ the kernel. *)
+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