[feature] Blocks: remove identity else (else error -> error end
) from with clauses
#84
Labels
enhancement
New feature or request
Saw this while going thru existing codebase and was surprised we aren't already auto-rewriting it.
given a with statement with a valid multi head but an else clause that does nothing, remove the else clause
should be decently easy to implement with the existing
nodes_equivalent?
helper in blocksThe text was updated successfully, but these errors were encountered: