We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e26e83 + 6f05bf5 commit 01e6f78Copy full SHA for 01e6f78
cats-effects/src/main/scala/com/baeldung/scala/catseffects/SequenceApp.scala
@@ -12,5 +12,5 @@ object SequenceApp extends IOApp {
12
sequenceAllTasks.map(_.mkString(", ")).flatMap(putStr)
13
14
override def run(args: List[String]): IO[ExitCode] =
15
- sequenceAllTasks.as(ExitCode.Success)
+ printTaskSequence.as(ExitCode.Success)
16
}
0 commit comments