This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
Reduce is not inlining an atom #264
Labels
bug
Optimiser
Issues and PRs relating to the optimiser
X-Core Lint
Core lint errors in type-checked code.
Attempting to compile this file with
--core-lint
fails with the following error:Effectively, in a previous pass we generate a binding
let zero#v196 = 0
which should be inlined everywhere, and so the binding is automatically removed. However, somehow we're not visiting all nodes, and so this term isn't inlined everywhere.The text was updated successfully, but these errors were encountered: