1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/test/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
..
Base.hs Constant folding (#2450) 2023-10-20 12:03:56 +02:00
Negative.hs Add Bottom node (#2112) 2023-05-23 18:31:28 +02:00
Positive.hs Arithmetic simplification (#2454) 2023-10-23 11:47:17 +02:00