Created
May 4, 2015 19:20
-
-
Save greenrd/1b2824aae85b1c4219b3 to your computer and use it in GitHub Desktop.
Set existential quantification working
This file contains 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
trait Id[E] | |
class C[TC[_[_]]] { | |
val d: Set[Id[I] forSome { type I }] = ??? | |
d.contains((???): Id[TC[Id]]) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment