1HLINT(1)                         User Commands                        HLINT(1)
2
3
4

NAME

6       HLint - haskell source code suggestions
7

SYNOPSIS

9       hlint [files/directories] [options]
10
11

DESCRIPTION

13       HLint  is  a tool for suggesting possible improvements to Haskell code.
14       These suggestions include ideas such as  using  alternative  functions,
15       simplifying code and spotting redundancies.
16
17

OPTIONS

19       -? --help
20              Display help message
21
22       -v --version
23              Display version information
24
25       -r[file] --report[=file]
26              Generate a report in HTML
27
28       -h file --hint=file
29              Hint/ignore file to use
30
31       -c --color, --colour
32              Color the output (requires ANSI terminal)
33
34       -i message --ignore=message
35              Ignore a particular hint
36
37       -s --show
38              Show all ignored ideas
39
40       -t --test
41              Run in test mode
42

EXAMPLE

44       "To check all Haskell files in 'src' and generate a report type:"
45
46              hlint src --report
47

SEE ALSO

49       The     full     documentation    for    HLint    is    available    in
50       /usr/share/doc/hlint/hlint.html.
51

AUTHOR

53       This     manual     page     was    written    by    Joachim   Breitner
54       <nomeata@debian.org> for the Debian system (but may be used by others).
55
56
57
58HLint (C) Neil Mitchell 2006-2009  July 2009                          HLINT(1)
Impressum