mgsloan / store

Fast binary serialization in Haskell
MIT License
109 stars 35 forks source link

HLint is triggered. #172

Open philderbeast opened 2 years ago

philderbeast commented 2 years ago

I ran hlint on store and found these hints.

Warnings currently triggered by your code

- [ ] 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?