cartazio / numbers

Other
29 stars 13 forks source link

Data.Number.Symbolic: Added some simplification rules for addition #14

Closed quickdudley closed 2 years ago

quickdudley commented 10 years ago

The following transformations are now possible: x + x -> 2_x x + 2 * x -> 3_x 2 * x + x -> 3_x 2 * x + 2 * x -> 4_x