base root = "";
authorwenzelm
Wed, 05 Nov 1997 11:19:15 +0100
changeset 4138 af6743b065fb
parent 4137 2ce2e659c2b1
child 4139 e1659fd7a221
base root = "";
src/Pure/Thy/path.ML
--- a/src/Pure/Thy/path.ML	Wed Nov 05 09:08:35 1997 +0100
+++ b/src/Pure/Thy/path.ML	Wed Nov 05 11:19:15 1997 +0100
@@ -36,6 +36,7 @@
   | absolute _ = false;
 
 fun base (Path []) = ""
+  | base (Path ["/"]) = ""
   | base (Path xs) = snd (split_last xs);