Talk:GHC/Type families

From HaskellWiki
Revision as of 23:54, 13 August 2007 by Chak (talk | contribs) (Talk:GHC/Indexed types moved to Talk:GHC/Type families)
Jump to navigation Jump to search

In 4.3.2 Examples

module GMap (GMapKey(..), GMap(..)) where...: As before, but also exports all the data constructors GMapInt, GMapChar, GMapUnit, GMapPair, and GMapUnit.

should probably be:

module GMap (GMapKey(..), GMap(..)) where...: As before, but also exports all the data constructors GMapInt, GMapChar, GMapUnit, GMapPair, and GMapEither.


Paragraph 6 is a copy of Paragraph 4 except Collects is used.