A tool for suggesting possible improvements to Haskell code.
HLint is a tool for suggesting possible improvements to Haskell code. These suggestions include ideas such as using alternative functions, simplifying code and spotting redundancies.
HLint is a tool for suggesting possible improvements to Haskell code. These suggestions include ideas such as using alternative functions, simplifying code and spotting redundancies.
To install hlint, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hlint
To see what files were installed by hlint, run:
port contents hlint
To later upgrade hlint, run:
sudo port selfupdate && sudo port upgrade hlint
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.