aboutsummaryrefslogtreecommitdiff
path: root/kernel/csymtable.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-08-18 13:07:54 +0200
committerGaëtan Gilbert2020-08-18 13:07:54 +0200
commit4ee0cedff7726a56ebd53125995a7ae131660b4a (patch)
treef5049f849a27b518f5c27298058df620a0ca38b3 /kernel/csymtable.mli
parentaa926429727f1f6b5ef07c8912f2618d53f6d155 (diff)
Rename VM-related kernel/cfoo files to kernel/vmfoo
Diffstat (limited to 'kernel/csymtable.mli')
-rw-r--r--kernel/csymtable.mli22
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