Talk:Class system extension proposal

From HaskellWiki
Revision as of 13:35, 1 August 2010 by FrancescoD (talk | contribs) (so?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page coves exactly what I was looking for... I am quite new to Haskell, and implementing a class which ereditates from Functor, I was quite disappinted to discover it wouldn't allow me to provide a new default implementation for fmap. In my opinion, this is a serious drawback in comparison to C++ or Java, and, this proposal is already quite old... can anyone tell me if something has been, or is intended to be, done about this subject? Thanks.