diff options
Diffstat (limited to 'kernel/vconv.mli')
| -rw-r--r-- | kernel/vconv.mli | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/kernel/vconv.mli b/kernel/vconv.mli index 551615aa5e..6776821ed0 100644 --- a/kernel/vconv.mli +++ b/kernel/vconv.mli @@ -1,20 +1,18 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) -(* \VV/ **************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(************************************************************************) +(*********************************************************************** + v * The Coq Proof Assistant / The Coq Development Team + <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud + \VV/ ************************************************************* + // * This file is distributed under the terms of the + * GNU Lesser General Public License Version 2.1 + ***********************************************************************) -(*i*) open Names open Term open Environ open Reduction -(*i*) -(***********************************************************************) -(*s conversion functions *) +(********************************************************************** + s conversion functions *) val use_vm : unit -> bool val set_use_vm : bool -> unit val vconv : conv_pb -> types conversion_function |
