aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/vm.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/vm.mli')
-rw-r--r--kernel/vm.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/vm.mli b/kernel/vm.mli
index 4bdc1fbff..cbc68c488 100644
--- a/kernel/vm.mli
+++ b/kernel/vm.mli
@@ -54,7 +54,7 @@ type whd =
val val_of_str_const : structured_constant -> values
val val_of_rel : int -> values
-val val_of_named : identifier -> values
+val val_of_named : Id.t -> values
val val_of_constant : constant -> values
external val_of_annot_switch : annot_switch -> values = "%identity"