7 Nov
2010
7 Nov
'10
3:20 p.m.
On Sun, Nov 7, 2010 at 3:36 PM, Duncan Coutts <duncan.coutts@googlemail.com> wrote:
Option 1 (current Text lib design) ----------------------------------
break :: Text -> Text -> (Text, Text) breakBy :: (Char -> Bool) -> Text -> (Text, Text)
+1 to this option from me. G -- Gregory Collins <greg@gregorycollins.net>