I\'m trying to write a module in Haskell. It does not have a main because it\'s not meant to be a stand-alone program.
main
I just started using syntastic, and i
Though it is a late answer, for the sake of completion adding the following will stop the warning.
main :: IO () main = return ()