Master branch: ``` type widget_state = [ | `DEFAULT /* here */ | `HOVER | `ACTIVE ]; ``` `refmt` leaves: ``` type widget_state = [ | `DEFAULT /* here */ | `HOVER /* here */ | `ACTIVE /* here */ ]; ``` And it causes the duplication to grow each refmt.