Introduce default assignment simplifications
Compare changes
+ 23
− 1
@@ -3,13 +3,22 @@ from typing import Callable, List, Sequence, Union
@@ -223,3 +232,16 @@ def apply_on_all_subexpressions(operation: Callable[[sp.Expr], sp.Expr]):