-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing support for unboxed tuples? #419
Comments
You need enable the extension hindent -XUnboxedTuples <your haskell file> Since the |
@sighingnow Thanks for the remainder. With |
Signed-off-by: Tao He <sighingnow@gmail.com>
Thanks for your reporting, the bug have been fixed now. |
@TerrorJack sorry for closing the this issue without pushing update to this repo yesterday. Please try with the latest code in master branch and this issue should be indeed fixed. |
Minimum example:
hindent-5.2.3
reports error on this.hlint
recognizes it though, and they share a same version ofhaskell-src-exts
in the same stackage nightly snapshot.Does
hindent
already implement formatting unboxed tuples? Or am I missing anything here? Thanks!The text was updated successfully, but these errors were encountered: