| ... | ... | @@ -6,6 +6,8 @@ This should be a list of minor (mostly) backwards compatable changes to the stan |
|
|
|
- remove exports of functions from libraries that are also exported by the prelude (to make overriding prelude functions easier)
|
|
|
|
- lookup,elemIndex,find,findIndex to be generalized to return result in monad instead of forced to be a maybe
|
|
|
|
- remove catch from the Prelude
|
|
|
|
- behavior of `array` on repeated indices (H98: bottom, GHC: last value)
|
|
|
|
- `read` of octal and hex `Int` constants ([ email message](http://www.haskell.org/pipermail/nhc-bugs/2004-May/000441.html))
|
|
|
|
|
|
|
|
## new simple functions
|
|
|
|
|
| ... | ... | |