aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/safe_typing.mli
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-04-21 16:54:38 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-04-21 16:54:38 +0000
commitd09af1d5ca8bb610cec40918b23be67ba6f9673f (patch)
treea0ffa9b6df25e44b7ce51aa6017781f9bac2f84a /checker/safe_typing.mli
parent2407beea26ae531431db3123ecba6a08acd4e3e2 (diff)
added the .vo checker (with independent Makefile)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10826 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'checker/safe_typing.mli')
-rw-r--r--checker/safe_typing.mli25
1 files changed, 25 insertions, 0 deletions
diff --git a/checker/safe_typing.mli b/checker/safe_typing.mli
new file mode 100644
index 000000000..81c48ac2a
--- /dev/null
+++ b/checker/safe_typing.mli
@@ -0,0 +1,25 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+(*i $Id: safe_typing.mli 9821 2007-05-11 17:00:58Z aspiwack $ i*)
+
+(*i*)
+open Names
+open Term
+open Environ
+(*i*)
+
+val reset : unit -> unit
+val get_env : unit -> env
+
+(* exporting and importing modules *)
+type compiled_library
+
+val set_engagement : Declarations.engagement -> unit
+val import : compiled_library -> Digest.t -> unit
+val unsafe_import : compiled_library -> Digest.t -> unit