aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/vnorm.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2015-10-15 18:15:21 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2015-10-15 18:15:21 +0200
commit048b87502eced0a46a654f3f95de8f1968004db1 (patch)
tree30adcf8659b4787c80df8b2b9f05cc3fc14715fc /pretyping/vnorm.mli
parentba8dd1c47bcbbcd2678eca78783db7f5c95f37e7 (diff)
Avoid dependency of the pretyper on C code.
Using the same hack as in the kernel: VM conversion is a reference to a function, updated when modules using C code are actually linked. This hack should one day go away, but always linking C code may produce some other trouble (with the OCaml debugger for instance), so better be safe for now.
Diffstat (limited to 'pretyping/vnorm.mli')
-rw-r--r--pretyping/vnorm.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/pretyping/vnorm.mli b/pretyping/vnorm.mli
index 99856a8d9..9421b2d85 100644
--- a/pretyping/vnorm.mli
+++ b/pretyping/vnorm.mli
@@ -12,7 +12,3 @@ open Evd
(** {6 Reduction functions } *)
val cbv_vm : env -> constr -> types -> constr
-
-(** Conversion with inference of universe constraints *)
-val vm_infer_conv : ?pb:conv_pb -> env -> evar_map -> constr -> constr ->
- evar_map * bool