Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 629 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 629 Bytes

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

0.2.2.0

  • Added new functions maybeToEither, maybeToEitherOr, and eitherToMaybe for converting between Maybe and Either. #1