You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change makes ammonite repl makes an error as follows:
$ docker build .
(... snip ...)
Successfully built d04cd5435f42
$ docker run -it d04cd5435f42 rod scala
Loading...
Welcome to the Ammonite Repl 1.0.3
(Scala 2.12.4 Java 1.8.0_151)
If you like Ammonite, please support our development at www.patreon.com/lihaoyi
@ import scalaz._
import scalaz._
@ val s = "hello"
cmd1.sc:123: object ? is not a member of package scalaz
import _root_.scalaz.{
^
Compilation Failed
@ exit
cmd1.sc:123: object ? is not a member of package scalaz
import _root_.scalaz.{
^
Compilation Failed
@ Bye!
The text was updated successfully, but these errors were encountered:
This change makes ammonite repl makes an error as follows:
The text was updated successfully, but these errors were encountered: