aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/libobject.mli
diff options
context:
space:
mode:
authorGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-04 13:38:24 +0000
committerGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-04 13:38:24 +0000
commit49c273ac1430307cbee39d3ae4d5e7f01083f7e6 (patch)
tree8f4e5ead7c390bb8154085469badfac4e074e89c /library/libobject.mli
parent09fe2b90723ce82fa1360468c48f1ef89f65ad88 (diff)
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
Diffstat (limited to 'library/libobject.mli')
-rw-r--r--library/libobject.mli2
1 files changed, 1 insertions, 1 deletions
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