backpatching of Substring.full;
authorwenzelm
Fri, 23 Dec 2005 15:16:56 +0100
changeset 18504 6574d62fe76b
parent 18503 841137f20307
child 18505 95e6c9ef7488
backpatching of Substring.full;
src/Pure/ML-Systems/polyml.ML
--- a/src/Pure/ML-Systems/polyml.ML	Fri Dec 23 15:16:55 2005 +0100
+++ b/src/Pure/ML-Systems/polyml.ML	Fri Dec 23 15:16:56 2005 +0100
@@ -18,6 +18,12 @@
   open String;
 end;
 
+structure Substring =
+struct
+  open Substring;
+  val full = all;
+end;
+
 
 (* cygwin *)