diff options
| author | Gaëtan Gilbert | 2020-08-18 13:07:54 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-08-18 13:07:54 +0200 |
| commit | 4ee0cedff7726a56ebd53125995a7ae131660b4a (patch) | |
| tree | f5049f849a27b518f5c27298058df620a0ca38b3 /kernel/csymtable.mli | |
| parent | aa926429727f1f6b5ef07c8912f2618d53f6d155 (diff) | |
Rename VM-related kernel/cfoo files to kernel/vmfoo
Diffstat (limited to 'kernel/csymtable.mli')
| -rw-r--r-- | kernel/csymtable.mli | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kernel/csymtable.mli b/kernel/csymtable.mli deleted file mode 100644 index e480bfcec1..0000000000 --- a/kernel/csymtable.mli +++ /dev/null @@ -1,22 +0,0 @@ -(************************************************************************) -(* * The Coq Proof Assistant / The Coq Development Team *) -(* v * Copyright INRIA, CNRS and contributors *) -(* <O___,, * (see version control and CREDITS file for authors & dates) *) -(* \VV/ **************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(* * (see LICENSE file for the text of the license) *) -(************************************************************************) - -(* $Id$ *) - -open Names -open Constr -open Environ - -val val_of_constr : env -> constr -> Vmvalues.values - -val set_opaque_const : Constant.t -> unit -val set_transparent_const : Constant.t -> unit - -val get_global_data : unit -> Vmvalues.vm_global |
