aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/vm.mli
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-11-13 16:45:22 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-11-13 16:45:22 +0000
commit600e73d2522599fd600ab717410254565d57236b (patch)
tree9d50909446214146f7b56adf12956ed165c92bc4 /kernel/vm.mli
parentfe931c3c6b5f680af228549545e9ebe9ad920227 (diff)
Move Obj.magic call to the Vm module
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12523 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/vm.mli')
-rw-r--r--kernel/vm.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/vm.mli b/kernel/vm.mli
index 84de8f270..5ecc8d99c 100644
--- a/kernel/vm.mli
+++ b/kernel/vm.mli
@@ -59,6 +59,8 @@ val val_of_named_def : identifier -> values -> values
val val_of_constant : constant -> values
val val_of_constant_def : int -> constant -> values -> values
+external val_of_annot_switch : annot_switch -> values = "%identity"
+
(** Destructors *)
val whd_val : values -> whd