Changes between Version 13 and Version 14 of NewLibraryCandidates
- Timestamp:
- 12/01/05 13:14:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewLibraryCandidates
v13 v14 6 6 * [http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data-Dynamic.html Data.Dynamic] 7 7 * [http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Monad-Fix.html Control.Monad.Fix] (for the IO instance) 8 * Data.IORef9 * [http://haskell.org/ghc/docs/latest/html/libraries/base/Control-Monad-ST.html Control.Monad.ST] 8 * [http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data-IORef.html Data.IORef] 9 * [http://haskell.org/ghc/docs/latest/html/libraries/base/Control-Monad-ST.html Control.Monad.ST] (requires [wiki:Rank2Types]) 10 10 11 11 == Useful in interfaces between unrelated modules == … … 19 19 * replacement for the ReadClass, using a new parser library. 20 20 * ExtensibleExceptions 21 * monad transformers (though they require multi-parameter typeclasses)21 * monad transformers (though they require MultiParamTypeClasses and FunctionalDependencies) 22 22 23 23 == On the importance of standardizing libraries ==
