pymbolic
pymbolic copied to clipboard
Preserve expression structure of in `Expression.(__add__|__mul__|...)`
It was suggested in https://github.com/inducer/pytato/pull/217 that we should preserve the structure of the expressions. This PR implements the points discussed over there.
Draft because:
- [ ] Fails CI