diff options
Diffstat (limited to 'library/decls.mli')
-rw-r--r-- | library/decls.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/decls.mli b/library/decls.mli index 478f0bca0..524377257 100644 --- a/library/decls.mli +++ b/library/decls.mli @@ -30,8 +30,8 @@ val variable_exists : variable -> bool (** Registration and access to the table of constants *) -val add_constant_kind : constant -> logical_kind -> unit -val constant_kind : constant -> logical_kind +val add_constant_kind : Constant.t -> logical_kind -> unit +val constant_kind : Constant.t -> logical_kind (* Prepare global named context for proof session: remove proofs of opaque section definitions and remove vm-compiled code *) |