ndmitchell/hlint

`use camel case` emits *two* hints

Open

#1,529 opened on Jul 4, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Haskell (1,594 stars) (208 forks)batch import
good first issue

Description

Currently hlint emits two hints for something like

mk_meth_spec_prags :: ....
mk_meth_spec_prags = ...

both on the type and the method itself. I think it should only emit one hint.

Contributor guide