``` scala> List("ab").toSet.head.head <console>:8: error: value head is not a member of type parameter B List("ab").toSet.head.head ```