summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/unused_haddock.hs
blob: ecf14de910d8d951368cfd5f60538006db7aba67 (plain)
1
2
3
4
5
6
7
8
module UnusedHaddock (qux) where

foo :: String
foo = "abc"

-- | A version of 'foo'
qux :: ()
qux = ()