단순화할 수 있는 타입을 보고합니다.
예:
def test: ({type l[a] = Either[String, a]})#l[Int] = ???
빠른 수정 적용 후:
def test: Either[String, Int] = ???