Substring.all = Substring.full;
authorwenzelm
Tue, 04 Oct 2005 19:05:37 +0200
changeset 17757 87a9b1d48e25
parent 17756 d4a35f82fbb4
child 17758 8f443890fab9
Substring.all = Substring.full;
src/Pure/ML-Systems/polyml-4.1.4-patch.ML
--- a/src/Pure/ML-Systems/polyml-4.1.4-patch.ML	Tue Oct 04 19:01:37 2005 +0200
+++ b/src/Pure/ML-Systems/polyml-4.1.4-patch.ML	Tue Oct 04 19:05:37 2005 +0200
@@ -22,3 +22,9 @@
   open TextIO;
   fun inputLine is = Option.getOpt (TextIO.inputLine is, "");
 end;
+
+structure Substring =
+struct
+  open Substring;
+  val all = full;
+end;