changeset 396 | 18c9c28d0f7e |
parent 378 | 85ff48546a05 |
child 907 | 61fcac0e50fc |
--- a/src/Pure/NJ.ML Thu May 26 12:55:52 1994 +0200 +++ b/src/Pure/NJ.ML Thu May 26 13:37:51 1994 +0200 @@ -98,5 +98,6 @@ (*** ML command execution ***) -fun use_string commands = System.Compile.use_stream (open_string commands); +fun use_string commands = + System.Compile.use_stream (open_string (implode commands));