Skip to content
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

Pretty-printing type signatures #45

Open
nadia-polikarpova opened this issue Dec 11, 2019 · 1 comment
Open

Pretty-printing type signatures #45

nadia-polikarpova opened this issue Dec 11, 2019 · 1 comment
Labels
good first issue Good for newcomers

Comments

@nadia-polikarpova
Copy link
Member

When hovering over components in the solution, their type signatures have too many parentheses. For example: ($) :: (((a -> b)) -> (a -> b)) should be ($) :: (a -> b) -> a -> b.

@nadia-polikarpova
Copy link
Member Author

We might be able to use hlint for this?

@michaelbjames michaelbjames added the good first issue Good for newcomers label Dec 19, 2019
@aaronguo1996 aaronguo1996 self-assigned this Jan 10, 2020
@aaronguo1996 aaronguo1996 removed their assignment Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants