minor fix to make less noise with SML/NJ;
authorwenzelm
Mon, 21 Aug 1995 18:03:12 +0200
changeset 1235 b4056a71eca2
parent 1234 56ee5cc35510
child 1236 b54d51df9065
minor fix to make less noise with SML/NJ;
src/Pure/Thy/thy_parse.ML
--- a/src/Pure/Thy/thy_parse.ML	Fri Aug 18 16:38:41 1995 +0200
+++ b/src/Pure/Thy/thy_parse.ML	Mon Aug 21 18:03:12 1995 +0200
@@ -415,7 +415,7 @@
         \\n\
         \|> add_thyname " ^ quote thy_name ^ ";\n\
         \\n\
-        \val () = store_theory (thy, " ^ quote thy_name ^ ");\n\
+        \val _ = store_theory (thy, " ^ quote thy_name ^ ");\n\
         \\n\
         \\n"
         ^ postxt ^ "\n\
@@ -430,7 +430,7 @@
         \\n\
         \val thy = thy\n\
         \\n\
-        \val () = store_theory (thy, " ^ quote thy_name ^ ");\n\
+        \val _ = store_theory (thy, " ^ quote thy_name ^ ");\n\
         \\n\
         \end;\n");