TFL/tfl.sml
changeset 9878 b145613939c1
parent 9866 90cbf68b9227
child 10015 8c16ec5ba62b
--- a/TFL/tfl.sml	Wed Sep 06 17:17:08 2000 +0200
+++ b/TFL/tfl.sml	Wed Sep 06 17:58:37 2000 +0200
@@ -48,7 +48,7 @@
 
 structure R = Rules;
 structure S = USyntax;
-structure U = S.Utils;
+structure U = Utils;
 
 
 fun TFL_ERR {func, mesg} = U.ERR {module = "Tfl", func = func, mesg = mesg};