yeslogic / doodle

6 stars 1 forks source link

Remove Format::UnionVariant and MatchVariant. #137

Closed mikeday closed 7 months ago

mikeday commented 7 months ago

These are just syntax sugar for Union and Match, and can be implemented accordingly.

This does change test output, but I think the previous output may not have been correct since it should not have changed! We were omitting some printing for the variants.