[Haskell-beginners] HLint fails to give suggestions

irfan hudda huddairfan at gmail.com
Wed May 15 20:04:09 CEST 2013


I install HLint via cabal (output http://hpaste.org/88021)
To check if it was working I used following code

fun1 :: Int -> String
fun1 1 = "hell"
fun1 2 = 3

and ran HLint on it
$ ~/.cabal/bin/hlint hlint_test.hs
No suggestions

and it ouputs no suggestions
any ideas?

Additionally
$ ~/.cabal/bin/hlint -v
HLint v1.8.45, (C) Neil Mitchell 2006-2012
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130515/5b3396f0/attachment.htm>


More information about the Beginners mailing list