-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support PromotedInfixT and PromotedUInfixT
We desugar `PromotedInfixT` to applications of `DConT` to two arguments, mirroring the existing treatment for `InfixT`. By a similar token, attempting to desugar `PromotedUInfixT` results in an error, just like what would happen if you attempt to desugar `UInfixT` today. Addresses one part of #157.
- Loading branch information
1 parent
e4151fe
commit 34ab05a
Showing
2 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters