sealed-monad icon indicating copy to clipboard operation
sealed-monad copied to clipboard

Scala library for nice business logic oriented, for-comprehension-style error handling

Results 11 sealed-monad issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.12` to `2.13.14` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version Diff](https://github.com/scala/scala/compare/v2.13.12...v2.13.14) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependency-update

## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.0` to `3.8.1` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.0...v3.8.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependency-update

## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.18` to `2.12.19` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version Diff](https://github.com/scala/scala/compare/v2.12.18...v2.12.19) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependency-update

## About this PR 📦 Updates org.typelevel:kind-projector from `0.13.2` to `0.13.3` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

dependency-update

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.7` to `1.9.9` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.7...v1.9.9) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependency-update

## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.3.8` to `2.5.2` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.5.2) - [Version Diff](https://github.com/scalameta/mdoc/compare/v2.3.8...v2.5.2) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependency-update

I've came across couple of methods missing, e.g.: - `noValueOr` - `noValueOrF` - `flatTapWhenNot` - `ensureNotF`

## About this PR 📦 Updates [pl.project13.scala:sbt-jmh](https://github.com/sbt/sbt-jmh) from `0.4.6` to `0.4.7` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-jmh/releases/tag/v0.4.7) - [Version Diff](https://github.com/sbt/sbt-jmh/compare/v0.4.6...v0.4.7) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependency-update

Current documentation lives under: https://theiterators.github.io/sealed-monad/ and is very limited. Ideally it should: - show case some beautiful code example on the intro page, - tell more about ADT-centric error handling,...

help wanted
good first issue