Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a handful of invalidations in expression-checking (JuliaLang#138)
ChainRulesCore defines `==(a, b::AbstractThunk)` and its converse, and this invalidates a couple of poorly-typed Symbol checks. This more "SSA-like" way of writing the code is easier to infer. (cherry picked from commit 25f7af3)
- Loading branch information