Skip to content
Snippets Groups Projects
Verified Commit 047b3978 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Simplify x+y-y in x

Note that this actually corresponds to 4 different abstract syntax trees:
— (x+y)-y
— (y+x)-y
— (x-y)+y
— y+(x-y)
parent d747b53a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment