1 2 3 4 5 6 7 8
module UnusedHaddock (qux) where foo :: String foo = "abc" -- | A version of 'foo' qux :: () qux = ()