mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
3b08440fe7
* Strip ELocation nodes in simplifier rules. Uses stripLoc in the patterns used by the simplifier. This change reduces the size of the generated code by 1.5% for a very large project, meaning we had rules (like `let x = e in x`) that weren't trigerring because of the `ELocation` nodes that weren't being properly ignored. changelog_begin changelog_end * More stripLoc |
||
---|---|---|
.. | ||
src/DA/Daml/LF | ||
tests/DA/Daml/LF/Simplifier | ||
BUILD.bazel |