-
Notifications
You must be signed in to change notification settings - Fork 257
A number of with
are not really needed
#2363
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
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.
I'm basically fine with this, but am not convinced that the case_of_
versions are an improvement on balance, because of their verbosity relative to using irrefutable with
.
But I'm willing to be persuaded otherwise!
with
are not really needed
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.
Some (further) specimen comments, mostly stylistic, with no mandatory changes, but I would (at least!) consider them...
Considered all, I'll enact about 2/3 of them. |
Looks good! |
layout for readability Co-authored-by: G. Allais <[email protected]>
layout for readability Co-authored-by: G. Allais <[email protected]>
layout for readability Co-authored-by: G. Allais <[email protected]>
Thanks for the suggestions @gallais those did noticeably improve readability. |
Many many were actually closer to needed, so left alone.
Some
with
were made clearer (to be merely pattern matches, but ones that caused various things to reduce, sowith
was the better idiom to use).Basically the only ones that were not touched were the ones in
Data.List.Base
!!