Created
December 18, 2014 23:52
-
-
Save vmarquez/5c07586987dd91f136b1 to your computer and use it in GitHub Desktop.
Scala compiler exception
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val eitherK = EitherT[({ type l[a] = Kleisli[Option, String, a]})#l, String, Int]( Kleisli((s:String) => (1.right[String]).some ) ) | |
class MyBlah[A, B, F[_], G[_]](value: G[EitherT[F, A, B]]) | |
new MyBlah(List(eitherK)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scala.reflect.internal.FatalError: trying to do lub/glb of typevar ?F[a]