Pavel Khamutou

Results 2 comments of Pavel Khamutou

@ashkan-leo you have this error because your `Void` is not `scalaz.ioeffect.Void` but `java.lang.Void`. If you import `import scalaz.ioeffect.Void` it will compile.

try ```bash export TERM=xterm-color ```