Difference between revisions of "Talk:GHC/Type families"

From HaskellWiki
Jump to navigation Jump to search
m (Talk:GHC/Indexed types moved to Talk:GHC/Type families)
Line 1: Line 1:
  +
How does this change now that GHC 6.8.1 is out? [[User:MathematicalOrchid|MathematicalOrchid]] 12:55, 11 November 2007 (UTC)
  +
  +
  +
 
In 4.3.2 Examples
 
In 4.3.2 Examples
   

Revision as of 12:55, 11 November 2007

How does this change now that GHC 6.8.1 is out? MathematicalOrchid 12:55, 11 November 2007 (UTC)


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.