Commit c7c578f3 authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment