Fix performance bug in ZeroWidth (#594)
We were recursing on Types of Expressions which not only is super inefficient (especially since we are already calling InferTypes afterward), but also duplicates each of the Type objects that need changing.
parent
87a5a841
Please register or sign in to comment