
11 Jun
2011
11 Jun
'11
4:38 p.m.
On Fri, Jun 10, 2011 at 07:53:58PM -0700, KC wrote:
I've never seen such an easy description in Haskell books.
Is there more going on with Haskell functors?
Note that ML functors and Haskell functors are different things. ML functors are parameterized modules. Haskell functors are types which are instances of the Functor class. I think 'functor' is a bad name for the ML concept, but of course I'm somewhat biased. -Brent