-
-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Disable alternate numbers format plugin temporary #2498
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than the hackage issue mentioned above. Here's some minor suggestion:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if I actually need to approve. But I will anyways.... lgtm
e93ba89
to
7d99b25
Compare
no needed technically but needed anyways, thanks! |
* Disable alternateNumberFormat temporary * Disable alternateNumberFormat tests * Add a warn in docs * Add link to issue in docs Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Use `extQ` to choose parser. - In the process of development, it was forgotten that the "parent" type of patterns and exprs is different. When traversal occurs, SYB would throw out `Pat` types as it was only expecting `HsExpr` types. - Using `extQ` allows us to chain the expected types and we can then destructure patterns appropriately. * Revert "Disable alternate numbers format plugin temporary (#2498)" This reverts commit 15d7402.
cabal install -falternateNumberFormat