Haddock documentation

This commit is contained in:
Nikolay Yakimov
2015-12-07 19:57:33 +03:00
parent 01e1a83c25
commit cdaf586941
4 changed files with 18 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ import Data.List (stripPrefix)
-- | Checking syntax of a target file using hlint.
-- Warnings and errors are returned.
lint :: IOish m
=> LintOpts
=> LintOpts -- ^ Configuration parameters
-> FilePath -- ^ A target file.
-> GhcModT m String
lint opt file =