[Haskell-cafe] Please tell me this function exists

Brian Hurt bhurt at spnz.org
Wed Dec 17 13:44:26 EST 2008



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



More information about the Haskell-Cafe mailing list