summaryrefslogtreecommitdiff
path: root/kernel/csymtable.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/csymtable.mli')
-rw-r--r--kernel/csymtable.mli18
1 files changed, 10 insertions, 8 deletions
diff --git a/kernel/csymtable.mli b/kernel/csymtable.mli
index cd561148..19b2b8b5 100644
--- a/kernel/csymtable.mli
+++ b/kernel/csymtable.mli
@@ -1,18 +1,20 @@
(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
+(* * 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 Constr
open Pre_env
-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