Skip to content

Instantly share code, notes, and snippets.

@osa9
Created March 19, 2011 01:36
Show Gist options
  • Save osa9/877134 to your computer and use it in GitHub Desktop.
Save osa9/877134 to your computer and use it in GitHub Desktop.
Haddock
-- Main module
-- * This is Main module
-- * This comment cause haddock parse error
module Main(main) where
main = print "hello world!"
@osa9
Copy link
Author

osa9 commented Mar 19, 2011

% haddock Main.hs

Main.hs:5:1: parse error on input `module'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment