From a0cfa4f118023d35b767a999d5a2ac4b082857b4 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 25 Jul 2008 15:12:53 +0200 Subject: Imported Upstream version 8.2~beta3+dfsg --- checker/safe_typing.mli | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 checker/safe_typing.mli (limited to 'checker/safe_typing.mli') diff --git a/checker/safe_typing.mli b/checker/safe_typing.mli new file mode 100644 index 00000000..12fdbfce --- /dev/null +++ b/checker/safe_typing.mli @@ -0,0 +1,27 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* unit +val get_env : unit -> env + +(* exporting and importing modules *) +type compiled_library + +val set_engagement : Declarations.engagement -> unit +val import : + System.physical_path -> compiled_library -> Digest.t -> unit +val unsafe_import : + System.physical_path -> compiled_library -> Digest.t -> unit -- cgit v1.2.3