tuned;
authorwenzelm
Thu, 18 Jan 2001 20:40:47 +0100
changeset 10937 5651e0636e38
parent 10936 a0dc597d9173
child 10938 2c85f2416c1b
tuned;
src/Pure/Isar/session.ML
--- a/src/Pure/Isar/session.ML	Thu Jan 18 20:40:33 2001 +0100
+++ b/src/Pure/Isar/session.ML	Thu Jan 18 20:40:47 2001 +0100
@@ -32,7 +32,7 @@
 
 fun path () = ! session_path;
 
-fun str_of [] = "Pure"
+fun str_of [] = pure
   | str_of elems = space_implode "/" elems;
 
 fun welcome () = "Welcome to Isabelle/" ^ str_of (path ()) ^ " (" ^ version ^ ")";