non / alleycats

Cats instances and classes which are outlaws, miscreants, and ne'er-do-wells.
Other
62 stars 14 forks source link

Problem with export of instances from alleycats.std #29

Open benhutchison opened 8 years ago

benhutchison commented 8 years ago
Welcome to the Ammonite Repl 0.5.2
(Scala 2.11.7 Java 1.8._51)
@ load.ivy("org.typelevel" %% "alleycats-core" % "0.1.3")
@ import alleycats._
import alleycats._
@ import alleycats.std.all._
import alleycats.std.all._
@ implicitly[EmptyK[Option]]
Compilation Failed
Main.scala:74: could not find implicit value for parameter e: alleycats.EmptyK[Option]
implicitly[EmptyK[Option]]
          ^

However, import alleycats.std.OptionInstances._ works fine, suggesting issue may be with https://github.com/milessabin/export-hook