aboutsummaryrefslogtreecommitdiff
path: root/checker/mod_checking.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/mod_checking.mli')
-rw-r--r--checker/mod_checking.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/checker/mod_checking.mli b/checker/mod_checking.mli
index 6cff3e6b8c..d29d1861f4 100644
--- a/checker/mod_checking.mli
+++ b/checker/mod_checking.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
@@ -8,4 +8,6 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
+val set_indirect_accessor : Opaqueproof.indirect_accessor -> unit
+
val check_module : Environ.env -> Names.ModPath.t -> Declarations.module_body -> unit