aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/mod_checking.mli
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-09-16 16:00:13 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-09-16 16:00:13 +0000
commit3111aa5721db71d0d4bb2f9717d61723f76bf97e (patch)
treea65157658a93d60dcbb4ab8faf193052c6f52618 /checker/mod_checking.mli
parent2ad7d4704ae79f58a8bab0e190ab6e96b81831c3 (diff)
Explicit Mod_checking signature
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13422 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'checker/mod_checking.mli')
-rw-r--r--checker/mod_checking.mli9
1 files changed, 9 insertions, 0 deletions
diff --git a/checker/mod_checking.mli b/checker/mod_checking.mli
new file mode 100644
index 000000000..8021ed0f9
--- /dev/null
+++ b/checker/mod_checking.mli
@@ -0,0 +1,9 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+val check_module : Environ.env -> Names.module_path -> Declarations.module_body -> unit