Changes between Version 5 and Version 6 of MultiParamTypeClasses

Show
Ignore:
Timestamp:
12/05/05 10:03:25 (7 years ago)
Author:
ross@…
Comment:

fix URL

Legend:

Unmodified
Added
Removed
Modified
  • MultiParamTypeClasses

    v5 v6  
    88Classes take one or more arguments, becoming relations between types. 
    99 
    10 The `base` package of the [http://www.haskell.org/ghc/current/docs/html/libraries/index.html Haskell hierarchical libraries] contains only two such classes: 
     10The `base` package of the [http://www.haskell.org/ghc/dist/current/docs/libraries/index.html Haskell hierarchical libraries] contains only two such classes: 
    1111{{{ 
    1212class HasBounds a => IArray a e