author | paulson |
Mon, 28 Dec 1998 16:50:11 +0100 | |
changeset 6042 | 0ccde2f25dd6 |
parent 6041 | 684ec6a1d802 |
child 6043 | 3eecc7fbfad8 |
--- a/src/Pure/ML-Systems/polyml.ML Mon Dec 28 16:49:31 1998 +0100 +++ b/src/Pure/ML-Systems/polyml.ML Mon Dec 28 16:50:11 1998 +0100 @@ -12,6 +12,12 @@ use "basis.ML"; +structure String = + struct + fun substring (s,i,j) = StringBuiltIns.substring (s, i+1, j) + handle Substring => raise Subscript + end; + (** ML system related **)