This PR is finally able to fully delete if statements by rewriting them to if statements that don't have state edges if the state edge is passed through. It does this by creating a new subst-like helper called DropAt which can delete an input from a region.
This PR is finally able to fully delete if statements by rewriting them to if statements that don't have state edges if the state edge is passed through. It does this by creating a new subst-like helper called DropAt which can delete an input from a region.