Changes between Version 5 and Version 6 of MultiParamTypeClasses
- Timestamp:
- 12/05/05 10:03:25 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiParamTypeClasses
v5 v6 8 8 Classes take one or more arguments, becoming relations between types. 9 9 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:10 The `base` package of the [http://www.haskell.org/ghc/dist/current/docs/libraries/index.html Haskell hierarchical libraries] contains only two such classes: 11 11 {{{ 12 12 class HasBounds a => IArray a e
