# HG changeset patch # User wenzelm # Date 1128445537 -7200 # Node ID 87a9b1d48e25a6766c4e26a478e3a81dcbc5d02a # Parent d4a35f82fbb4ac972e8634415a3c238dd1f8ebb1 Substring.all = Substring.full; diff -r d4a35f82fbb4 -r 87a9b1d48e25 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;