Adrian
Results
2
comments of
Adrian
If I'm not misunderstanding something, works for me with 2.2.0 ```scala test("empty") { import alleycats.Empty // works fine Empty[List[Int]] Empty[Set[Int]] Empty[Stream[Int]] // doesn't work by default println(">>>> "+ Empty[Option[Int]].empty) //...
happened to me also.