diff options
Diffstat (limited to 'kernel/csymtable.mli')
| -rw-r--r-- | kernel/csymtable.mli | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/kernel/csymtable.mli b/kernel/csymtable.mli index 633cf0abdd..72c96b0b9f 100644 --- a/kernel/csymtable.mli +++ b/kernel/csymtable.mli @@ -1,18 +1,22 @@ (************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017 *) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(* <O___,, * (see CREDITS file for the list of authors) *) (* \VV/ **************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) +(* // * 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 Term -open Pre_env +open Constr +open Environ -val val_of_constr : env -> constr -> values +val val_of_constr : env -> constr -> Vmvalues.values -val set_opaque_const : constant -> unit -val set_transparent_const : constant -> unit +val set_opaque_const : Constant.t -> unit +val set_transparent_const : Constant.t -> unit + +val get_global_data : unit -> Vmvalues.vm_global |
