-
-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
Description
A search of the repo suggests that HLint is supported. But on my sample project, it doesn't make any suggestions, even when I define the classic:
foo f g x = map f (map g x)
(That was the first hint HLint ever matched.) The docs don't mention HLint at all. It would be useful if the docs included a note that HLint exists, some way of testing it, and ideally some way of validating that it works.
Or maybe HLint isn't yet supported?
albohlabs