aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/reduction.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/reduction.mli')
-rw-r--r--kernel/reduction.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/reduction.mli b/kernel/reduction.mli
index ca4ab8c94..5d383e61e 100644
--- a/kernel/reduction.mli
+++ b/kernel/reduction.mli
@@ -44,10 +44,12 @@ val conv_leq : types conversion_function
val conv_leq_vecti : types array conversion_function
(* option for conversion *)
-val use_vm : bool ref
+
+val set_default_vm_conv : unit -> unit
val set_vm_conv_cmp : (conv_pb -> types conversion_function) -> unit
val vm_conv : conv_pb -> types conversion_function
val vm_conv_leq_vecti : types array conversion_function
+val vm_conv_leq : types conversion_function
(************************************************************************)