This adds two missing cases for InfixT and PromotedUInfixT in unfoldType. Missing a case for the former can cause data family declarations to be spuriously rejected, as noted in https://github.com/goldfirere/th-desugar/issues/184, so I have added a regression test for this.
This adds two missing cases for
InfixT
andPromotedUInfixT
inunfoldType
. Missing a case for the former can cause data family declarations to be spuriously rejected, as noted in https://github.com/goldfirere/th-desugar/issues/184, so I have added a regression test for this.Fixes https://github.com/goldfirere/th-desugar/issues/184.