From b0382a9829f08282351244839526bd2ffbe6283f Mon Sep 17 00:00:00 2001 From: filliatr Date: Fri, 19 Nov 1999 14:22:39 +0000 Subject: modules Bij, Gmapl, Stock git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@125 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/library.mli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'library/library.mli') diff --git a/library/library.mli b/library/library.mli index dc34de8a0..f3899250e 100644 --- a/library/library.mli +++ b/library/library.mli @@ -14,6 +14,11 @@ val open_module : string -> unit val module_is_loaded : string -> bool val module_is_opened : string -> bool +val loaded_modules : unit -> string list +val opened_modules : unit -> string list + +val fmt_modules_state : unit -> Pp.std_ppcmds + (*s Require. The command [require_module spec m file export] loads and opens a module [m]. [file] specifies the filename, if not [None]. [spec] specifies to look for a specification ([true]) or for an implementation -- cgit v1.2.3