removed incompatibility with sml
authorregensbu
Tue, 17 Oct 1995 17:00:10 +0100
changeset 1285 4dd0651d692d
parent 1284 e5b95ee2616b
child 1286 ae25649cbbb1
removed incompatibility with sml
src/HOLCF/ROOT.ML
--- a/src/HOLCF/ROOT.ML	Tue Oct 17 16:53:29 1995 +0100
+++ b/src/HOLCF/ROOT.ML	Tue Oct 17 17:00:10 1995 +0100
@@ -28,12 +28,12 @@
 
 (* install sections: domain, generated *)
 
-use "domain/library";
-use "domain/syntax";
-use "domain/axioms";
-use "domain/theorems";
-use "domain/extender";
-use "domain/interface";
+use "domain/library.ML";
+use "domain/syntax.ML";
+use "domain/axioms.ML";
+use "domain/theorems.ML";
+use "domain/extender.ML";
+use "domain/interface.ML";
 
 init_thy_reader();
 init_pps ();