From 49c273ac1430307cbee39d3ae4d5e7f01083f7e6 Mon Sep 17 00:00:00 2001 From: bertot Date: Wed, 4 Apr 2001 13:38:24 +0000 Subject: Added a flag that makes it possible to re-load files while taking only the pieces of data for which the system is ready, without raising an exception. This is used to construct a reduced-coq process that can only parse. This reduced-coq is a part of the graphical interface pcoq. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1543 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/libobject.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/libobject.mli') diff --git a/library/libobject.mli b/library/libobject.mli index 2f68f3b27..017650e76 100644 --- a/library/libobject.mli +++ b/library/libobject.mli @@ -43,4 +43,4 @@ val cache_object : section_path * obj -> unit val load_object : section_path * obj -> unit val open_object : section_path * obj -> unit val export_object : obj -> obj option - +val relax : bool -> unit -- cgit v1.2.3