From 108e88cafee662932c99a83230f674f648866613 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 13 Mar 2013 00:00:04 +0000 Subject: Restrict (try...with...) to avoid catching critical exn (part 5) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16281 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/declaremods.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/declaremods.mli') diff --git a/library/declaremods.mli b/library/declaremods.mli index 06446e2eb..d7121d6f6 100644 --- a/library/declaremods.mli +++ b/library/declaremods.mli @@ -125,7 +125,7 @@ val set_end_library_hook : (unit -> unit) -> unit (** [really_import_module mp] opens the module [mp] (in a Caml sense). It modifies Nametab and performs the [open_object] function for - every object of the module. *) + every object of the module. Raises [Not_found] when [mp] is unknown. *) val really_import_module : module_path -> unit -- cgit v1.2.3