1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/tests/Compilation
Łukasz Czajka cdfb35aaac
Arithmetic simplification (#2454)
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.
2023-10-23 11:47:17 +02:00
..
negative Remove old function syntax (#2305) 2023-08-24 16:24:47 +02:00
positive Arithmetic simplification (#2454) 2023-10-23 11:47:17 +02:00