mihaimaruseac / hindent

Haskell pretty printer
Other
559 stars 113 forks source link

Remove `head`/`tail` usage as these are partial functions #921

Closed mihaimaruseac closed 2 months ago

mihaimaruseac commented 2 months ago

Description of the PR

Remove partial functions to resolve hlint suggestions that show up on every PR.

Checklist

mihaimaruseac commented 2 months ago

Hmm, the other ones require more attention, sadly I cannot do that now. Will do a part 2 later