[Haskell-beginners] Abstracting Data.List

Nadir Sampaoli nadirsampaoli at gmail.com
Fri May 31 11:34:34 CEST 2013


Hi, I'm very new to Haskell and I don't know about head, take, etc. but I
think the `Functor` class (and its `fmap` function) provides the
abstraction for `map` (which, in my understanding, can be considered the
list-specific `fmap`).


2013/5/31 Giacomo Tesio <giacomo at tesio.it>

> I'm looking for a class abstracting Data.List. I mean something that
> enable the use of say head, map, take and so on into different kind of
> types.
>
> Is there already something like that?
>
>
> Giacomo
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>


-- 
Nadir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130531/30a82ade/attachment.htm>


More information about the Beginners mailing list