diff options
| author | Maxime Dénès | 2018-05-16 00:06:51 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-05-28 15:28:24 +0200 |
| commit | 4552729b88058946055dddde1533057e25bfc5a9 (patch) | |
| tree | 38c4c1440c9aa03430b63da175663f96bcf668dd /kernel/vconv.mli | |
| parent | b053d98fb17d2f46878f49d7adf4839ae632c10b (diff) | |
Unify pre_env and env
We now have only two notions of environments in the kernel: env and
safe_env.
Diffstat (limited to 'kernel/vconv.mli')
| -rw-r--r-- | kernel/vconv.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/vconv.mli b/kernel/vconv.mli index 620f6b5e8a..1a31848989 100644 --- a/kernel/vconv.mli +++ b/kernel/vconv.mli @@ -9,7 +9,6 @@ (************************************************************************) open Constr -open Environ open Reduction (********************************************************************** @@ -19,6 +18,3 @@ val vm_conv : conv_pb -> types kernel_conversion_function (** 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 -> Vmvalues.values |
