Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The specific hints that are enabled are
Fuse foldr/map
,Use :
,Use camelCase
,Use concatMap
,Use maybe
,Use newtype instead of data
, andUse replicate
.These are the last of the hints I will be enabling, which seem uncontroversial enough. The rest range from those that I am ambivalent about (e.g.,
Eta reduce
; point-free style is fine, but I don't feel that we need to strive to be point-free as much as possible) to those I think are a bad idea (e.g.,Use <$
; it's a generally obscure enough operator that isn't used enough in this code base for it to become naturally familiar with).