Skip to content

Commit

Permalink
Merge pull request #6578 from dotty-staging/fix-nightly-artefact
Browse files Browse the repository at this point in the history
Fix nightly publishing: change syntax after #6558
  • Loading branch information
smarter authored May 28, 2019
2 parents e0dbba6 + b9d73c0 commit 6ede814
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 6ede814

Please sign in to comment.