All Implemented Interfaces:
Function<Itree,Itree>, UnaryOperator<Itree>, ItreeVisitor<Itree>

public class DeparenOptimizer extends BaseOptimizer
Reduces a one step seq to an expression, removing the parentheses.

This optimizer itself does no good for performance, but it enables further optimizations.