File: CHANGES

package info (click to toggle)
haskell-monadlib 3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: haskell: 665; makefile: 4
file content (15 lines) | stat: -rwxr-xr-x 463 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Version 3.0
  * Add instane from `MonadFail`---none of the transformers implement this
    functionality so the implementation just lifts things.

Version 3.8
  * Added `WithBase`

Version 3.3.0

* Remove 'RunStateM'
  Simplifies the library without loosing functionality.
  It seems that we can get the same behavior by just using 'get' and 'set'.

* Add functions that use a monad morphism to "derive" implementations
  of most of the funcitons in the library.