src/Pure/General/file.scala
changeset 77218 86217697863c
parent 77201 2cf7a61e4a73
child 77852 df35b5b7b6a4
--- a/src/Pure/General/file.scala	Mon Feb 06 16:26:40 2023 +0100
+++ b/src/Pure/General/file.scala	Mon Feb 06 16:29:19 2023 +0100
@@ -55,8 +55,7 @@
   /* symbolic path representation, e.g. "~~/src/Pure/ROOT.ML" */
 
   def symbolic_path(path: Path): String = {
-    val directories =
-      Library.space_explode(':', Isabelle_System.getenv("ISABELLE_DIRECTORIES")).reverse
+    val directories = space_explode(':', Isabelle_System.getenv("ISABELLE_DIRECTORIES")).reverse
     val full_name = standard_path(path)
     directories.view.flatMap(a =>
       try {