-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

hlint


> Tool for suggesting improvements to Haskell code.

More information.


Display suggestions for a given file:

hlint {path/to/file} options

Check all Haskell files and generate a report:

hlint {path/to/directory} --report

Automatically apply most suggestions:

hlint {path/to/file} --refactor

Display additional options:

hlint {path/to/file} --refactor-options

Generate a settings file ignoring all outstanding hints:

hlint {path/to/file} --default > {.hlint.yaml}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:32:16 2024