Skip to content

Commit

Permalink
Fix nightly publishing: change syntax after #6558
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed May 28, 2019
1 parent 2e54624 commit b9d73c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbt-dotty/sbt-test/scala2-compat/eff/i6484.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import org.atnos.eff.syntax.all._
import scala.language.implicitConversions

object Test {
def resolve[T](e: Eff[Fx1[[X] => Kleisli[Id, String, X]], T], g: String): T =
e.runReader[String](g)(Member.Member1[[X] => Kleisli[Id, String, X]]).run
def resolve[T](e: Eff[Fx1[[X] =>> Kleisli[Id, String, X]], T], g: String): T =
e.runReader[String](g)(Member.Member1[[X] =>> Kleisli[Id, String, X]]).run
}

0 comments on commit b9d73c0

Please sign in to comment.