added Substring.full;
authorwenzelm
Wed, 28 May 2008 21:06:17 +0200
changeset 27003 aae9b369b338
parent 27002 215d64dc971e
child 27004 616c553c7cf1
added Substring.full;
src/Pure/ML-Systems/mosml.ML
--- a/src/Pure/ML-Systems/mosml.ML	Wed May 28 14:48:50 2008 +0200
+++ b/src/Pure/ML-Systems/mosml.ML	Wed May 28 21:06:17 2008 +0200
@@ -53,6 +53,12 @@
   open Int;
 end;
 
+structure Substring =
+struct
+  open Substring;
+  val full = all;
+end;
+
 structure Real =
 struct
   open Real;