Skip to content

Commit

Permalink
s/reader/kleisli
Browse files Browse the repository at this point in the history
  • Loading branch information
adelbertc committed Feb 27, 2015
1 parent b6b78a7 commit 87e4d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/rebind/syntax/Kleisli.scala
Expand Up @@ -4,7 +4,7 @@ package syntax
import scalaz.{ DisjunctionT, Kleisli, Monad }

trait KleisliSyntax {
implicit def readerSyntax[F[_], E, A](action: DisjunctionT[F, E, A]): KleisliOps[F, E, A] =
implicit def kleisliSyntax[F[_], E, A](action: DisjunctionT[F, E, A]): KleisliOps[F, E, A] =
new KleisliOps(action)
}

Expand Down

0 comments on commit 87e4d01

Please sign in to comment.