We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran hlint on store and found these hints.
- [ ] Avoid lambda, 2 hints - [ ] Eta reduce, 2 hints - [ ] Evaluate, 1 hint - [ ] Fuse mapM_/map, 1 hint - [ ] Redundant $, 2 hints - [ ] Redundant bang pattern, 2 hints - [ ] Redundant bracket, 9 hints - [ ] Redundant where, 1 hint - [ ] Unused LANGUAGE pragma, 5 hints - [ ] Use <$>, 2 hints - [ ] Use const, 4 hints - [ ] Use infix, 1 hint - [ ] Use lambda-case, 3 hints - [ ] Use list comprehension, 1 hint - [ ] Use uncurry, 1 hint - [ ] Use zipWith, 1 hint
Which of these do we care about?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran hlint on store and found these hints.
Warnings currently triggered by your code
Which of these do we care about?
The text was updated successfully, but these errors were encountered: