On 23 February 2011 14:06, z_axis <[email protected]> wrote: > > :hoogle splitOn > No results found > > :m + Data.Text > splitOn "," "2,15,33,0,8,1,16,18"
It's from Data.List.Split, not Data.Text if you want to user Strings. Alternatively, you can use the Text version with OverloadedStrings. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
