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/vmsymtable.mli | |
| parent | aa926429727f1f6b5ef07c8912f2618d53f6d155 (diff) | |
Rename VM-related kernel/cfoo files to kernel/vmfoo
Diffstat (limited to 'kernel/vmsymtable.mli')
| -rw-r--r-- | kernel/vmsymtable.mli | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kernel/vmsymtable.mli b/kernel/vmsymtable.mli new file mode 100644 index 0000000000..e480bfcec1 --- /dev/null +++ b/kernel/vmsymtable.mli @@ -0,0 +1,22 @@ +(************************************************************************) +(* * 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 |
