exercises-cats icon indicating copy to clipboard operation
exercises-cats copied to clipboard

exercise of traverse failed to run

Open erlangxk opened this issue 7 years ago • 1 comments

https://www.scala-exercises.org/cats/traverse

Evaluation failed : Compilation Error ; ERROR -> object Xor is not a member of package cats.data at [181, 188, 188]

erlangxk avatar Apr 17 '17 10:04 erlangxk

I believe this is happening because Xor was removed from cats in favor of Either: typelevel/cats#1192

timo-schmid avatar Apr 17 '17 16:04 timo-schmid