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.
1 parent 9e5b2f6 commit 2d33da7Copy full SHA for 2d33da7
build.sbt
@@ -8,12 +8,7 @@ lazy val functionalScala = (project in file(".")).
8
scalaVersion := "2.12.6",
9
initialCommands in Compile in console := """
10
|import scalaz._
11
- |import scalaz.zio._
12
- |import scalaz.zio.console._
13
|import net.degoes._
14
- |object replRTS extends RTS {}
15
- |import replRTS._
16
- |implicit class RunSyntax[E, A](io: IO[E, A]){ def unsafeRun: A = replRTS.unsafeRun(io) }
17
""".stripMargin
18
)
19
0 commit comments