On Wed, 17 Dec 2008, Max Rabkin wrote:
Hoogle is your friend: Searching for String -> [String] -> String Data.List intercalate :: [a] -> [[a]] -> [a] base intercalate xs xss is equivalent to (concat (intersperse xs xss)). It inserts the...
Thanks. Brian _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
