| ... | @@ -6,6 +6,7 @@ This should be a list of minor (mostly) backwards compatable changes to the stan |
... | @@ -6,6 +6,7 @@ This should be a list of minor (mostly) backwards compatable changes to the stan |
|
|
- move 'join' and 'ap' into the Monad class
|
|
- move 'join' and 'ap' into the Monad class
|
|
|
- remove exports of functions from libraries that are also exported by the prelude (to make overriding prelude functions easier)
|
|
- 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
|
|
- lookup,elemIndex,find,findIndex to be generalized to return result in monad instead of forced to be a maybe
|
|
|
|
- remove catch from the Prelude
|
|
|
|
|
|
|
|
## new simple functions
|
|
## new simple functions
|
|
|
|
|
|
| ... | | ... | |