TFL/sys.sml
changeset 3245 241838c01caf
parent 3191 14bd6e5985f1
child 3302 404fe31fd8d2
--- a/TFL/sys.sml	Tue May 20 11:47:33 1997 +0200
+++ b/TFL/sys.sml	Tue May 20 11:49:57 1997 +0200
@@ -7,7 +7,6 @@
 
 (* Establish a base of common and/or helpful functions. *)
 use "utils.sig";
-use "utils.sml";
 
 (* Get the specifications - these are independent of any system *)
 use "usyntax.sig";
@@ -23,16 +22,16 @@
 
 use "tfl.sml";
 
-structure Utils = UTILS(val int_to_string = string_of_int);
+use "utils.sml";
 
 (*----------------------------------------------------------------------------
  *      Supply implementations
  *---------------------------------------------------------------------------*)
 
-(* Ignore "Time" exception raised at end of building theory. *)
 use "usyntax.sml";
 use "thms.sml";
-use"dcterm.sml"; use"rules.new.sml";
+use"dcterm.sml"; 
+use"rules.new.sml";
 use "thry.sml";