Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix a method cache matching issue with Type{T}
This is needed to avoid confusing `Type{A{B}}` and `Type{A{B} where B}`. In the future, this can be improved by not using `Type{ }` to dispatch types with free variables.
- Loading branch information