isovector opened this issue 10 months ago · 0 comments
Given
- group: {name: generalise, enabled: true}
hlint will suggest the following illegal transformation:
- test map = map + test map = fmap
The fix is to fully qualify the following:
hlint/data/hlint.yaml
Line 1125 in 8bd116c
to
- warn: {lhs: Data.List.map, rhs: fmap}