purescript / psc-package

A package manager for PureScript based on package sets
https://psc-package.readthedocs.io
Other
229 stars 45 forks source link

hlint suggestions #49

Closed matthewleon closed 7 years ago

matthewleon commented 7 years ago

This PR contains a large series of tiny commits that implement changes recommended by hlint.

Some of these changes, such as redundant parens, are probably unobjectionable, while others seem to be more matters of taste.

If you have a free moment, it might be worth doing a rebase and selecting those changes among these commits that you find worth keeping.

paf31 commented 7 years ago

Thanks!