module UnusedHaddock (qux) where foo :: String foo = "abc" -- | A version of 'foo' qux :: () qux = ()