[Haskell-cafe] Types depending on tuples.

John Lato jwlato at gmail.com
Tue Aug 26 19:36:38 UTC 2014


On Aug 26, 2014 6:16 AM, "Tom Ellis" <
tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk> wrote:
>
> On Tue, Aug 26, 2014 at 03:54:41AM -0500, Mike Meyer wrote:
> > Weird. I thought that's what I tried. Must have done something else.
>
> You said "need to convert lists of Vector's to a list of lists of
> Doubles" ([[Double]]).  This is just list of Doubles ([Double]).

This operates on a single Vector. You can just map this function over a
list to do the requested conversion.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140826/12bc7775/attachment.html>


More information about the Haskell-Cafe mailing list