mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 01:52:11 +03:00
cdfb35aaac
Simplifies arithmetic expressions in the Core optimization phase, changing e.g. `(x - 1) + 1` to `x`. Such expressions appear as a result of compiling pattern matching on natural numbers. |
||
---|---|---|
.. | ||
Base.hs | ||
Negative.hs | ||
Positive.hs |