Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Dec 28, 2012
1 parent 3d8d4cc commit fb6d491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/scalaz/KleisliTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class KleisliTest extends Spec {
def readerFunctor[A] = Functor[({type λ[α] = Reader[A, α]})#λ]
def readerApply[A] = Apply[({type λ[α] = Reader[A, α]})#λ]
def readerMonadReader[A] = MonadReader[({type f[s, a] = Reader[s, a]})#f, A]
def readerCategory = Ca1tegory[Reader]
def readerCategory = Category[Reader]
def readerArrow = Arrow[Reader]

// Sigh, more tests needed, see http://stackoverflow.com/questions/11913128/scalaz-7-why-using-type-alias-results-in-ambigous-typeclass-resolution-for-rea
Expand Down

0 comments on commit fb6d491

Please sign in to comment.