aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/minilib.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/minilib.mli')
-rw-r--r--ide/minilib.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/ide/minilib.mli b/ide/minilib.mli
index 2128b7d86..9c8cf0978 100644
--- a/ide/minilib.mli
+++ b/ide/minilib.mli
@@ -28,3 +28,7 @@ val coqtop_path : string ref
val strip_path : string -> string
val canonical_path_name : string -> string
+
+(** checks if two file names refer to the same (existing) file *)
+val same_file : string -> string -> bool
+