File: CHANGELOG.md

package info (click to toggle)
haskell-from-sum 0.2.3.0-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: haskell: 170; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 0.2.3.0

*   Add functions `collapseErrExceptT`, `liftEitherExceptT`,
    `fromEitherExceptT`, `fromEitherOrExceptT`, `fromEitherMExceptT`,
    `fromEitherOrMExceptT`, `fromMaybeExceptT`, `fromMaybeOrExceptT`,
    `fromMaybeMExceptT`, `fromMaybeOrMExceptT`, `guardExceptT`, and
    `guardMExceptT`.  These functions help convert `Maybe`, `Either`, and
    `Bool` to `ExceptT`.  [#2](https://github.com/cdepillabout/from-sum/pull/2)

## 0.2.2.0

*   Added new functions maybeToEither, maybeToEitherOr, and eitherToMaybe for
    converting between `Maybe` and `Either`.
    [#1](https://github.com/cdepillabout/from-sum/pull/1)