symphony-org / frost

Frost
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Apply hlint suggestions #51

Closed lukasz-golebiewski closed 4 years ago

lukasz-golebiewski commented 4 years ago

Done using

find src test integration-test -name "*.hs" -exec hlint "--ignore=Parse error" {} --refactor --refactor-options="-XLambdaCase --inplace" \;

with a few manual corrections afterwards.

Requires hlint and apply-refact https://github.com/mpickering/apply-refact