aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/names.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/names.ml b/kernel/names.ml
index f1271a6ed1..d31c4f93fa 100644
--- a/kernel/names.ml
+++ b/kernel/names.ml
@@ -118,7 +118,7 @@ let rec check_bound_mp = function
| _ -> false
let rec string_of_mp = function
- | MPfile sl -> "MPfile (" ^ string_of_dirpath sl ^ ")"
+ | MPfile sl -> string_of_dirpath sl
| MPbound uid -> string_of_uid uid
(* | MPapp (mp1,mp2) ->
"("^string_of_mp mp ^ " " ^