Skip to content

Commit

Permalink
Use the implicits import instead of piece-meal
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Abbott committed Jul 21, 2016
1 parent 480b8f3 commit 1e277cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/data/XorT.scala
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ trait XorTFunctions {
* Alias for [[XorT.right]]
* {{{
* scala> import cats.data.XorT
* scala> import cats.instances.option._
* scala> import cats.implicits._
* scala> val o: Option[Int] = Some(3)
* scala> val n: Option[Int] = None
* scala> XorT.liftT(o)
Expand Down

0 comments on commit 1e277cd

Please sign in to comment.