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 over rio and rio-orphans and found:
rio
rio-orphans
- [ ] Avoid lambda using `infix`, 1 hint - [ ] Move brackets to avoid $, 1 hint - [ ] Redundant $!, 3 hints - [ ] Redundant <$>, 1 hint - [ ] Redundant bracket, 2 hints - [ ] Redundant return, 1 hint - [ ] Unused LANGUAGE pragma, 5 hints - [ ] Use const, 4 hints - [ ] Use fmap, 3 hints - [ ] Use fold, 1 hint - [ ] Use newtype instead of data, 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 over
rio
andrio-orphans
and found:Warnings currently triggered by your code
Which of these do we care about?
The text was updated successfully, but these errors were encountered: