On Sun, Nov 7, 2010 at 3:36 PM, Duncan Coutts
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