import cats._
import cats.data._
import cats.implicits._
def fun[F[_]: ApplicativeError[*[_],Throwable] :FlatMap] =
for{
x <- "100".toIntOption.toRight(new Throwable("Not an Int")).liftTo[F]
y <- "10".toIntOption.toRight(new Throwable("Not an Int")).liftTo[F]
} yield x
-
Notifications
You must be signed in to change notification settings - Fork 0
vder/waluty
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published