src/Pure/ML-Systems/polyml.ML
changeset 18504 6574d62fe76b
parent 17824 36b2978d339a
child 18760 97aaecb84afe
--- 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 *)