Avatar
struct Foo<T> { case bar(T) case baz(T) }
5:34 AM
↑の場合に、 T is Foo<T> は成り立たない。