For example, `foo: Option[String]` is fine However, the following breaks: ``` type StringOption = Option[String] foo: StringOption ``` Need to call `.normalize` on the `TypeSymbol` to expand types aliases