aboutsummaryrefslogtreecommitdiff
path: root/lib/system.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-10-09 15:18:37 +0200
committerMaxime Dénès2017-10-09 15:18:37 +0200
commit73a858469479651cc4baf631a45a9ff1d69d0c66 (patch)
treebefde7e5f47ccdf4ab6063a58357f8aab7ace5b8 /lib/system.mli
parenta82c30c08c7442b6bb43829d2be6a299f493ca88 (diff)
parent675a1dc401eb9a5540ba5bc9a522c1f84d4c3d54 (diff)
Merge PR #1086: [stm] [flags] Move document mode flags to the STM.
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli
index 7281de97c9..aa964abebe 100644
--- a/lib/system.mli
+++ b/lib/system.mli
@@ -54,6 +54,12 @@ val where_in_path_rex :
val find_file_in_path :
?warn:bool -> CUnix.load_path -> string -> CUnix.physical_path * string
+val trust_file_cache : bool ref
+(** [trust_file_cache] indicates whether we trust the underlying
+ mapped file-system not to change along the execution of Coq. This
+ assumption greatly speds up file search, but it is often
+ inconvenient in interactive mode *)
+
val file_exists_respecting_case : string -> string -> bool
(** {6 I/O functions } *)