-
Notifications
You must be signed in to change notification settings - Fork 103
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
Hlinting #27
base: master
Are you sure you want to change the base?
Hlinting #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Some of these are OK, others are stylistic changes that I'm not keen on, as noted in the inline comments.
Happy to revert the changes that you have identified above. The next task will be to update the networking; a good few usages seem to be deprecated with the recommendation to use |
What's the status of this pull request? |
I thought that I'd addressed Simon's comments. Let me know if you need anything more. |
Thanks for the book. I wish that I had bought it sooner. It is one of the few programming / haskell books that explains some of the mysteries in a lucid way, while offering insights into the tradeoffs into between the different idioms.
Here's a modicum of hlint refactoring.
The main issue that the software has is that it should move to using the Network.Socket library as the existing network library code is deprecated. An exercise for another day.