aboutsummaryrefslogtreecommitdiff
path: root/tests/html-tests/tests/B.hs
blob: 28cda4a099c9be3495faafb05f80204842c754f5 (plain) (blame)
1
2
3
4
5
6
7
8
module B ( module A, test ) where
import A ( A(..), test2 )

-- | This link shouldn't work: 'other'.
--   These links should work: 'A.other', 'Data.List.sortBy', 'test2', 'A.test2', 'Data.Maybe.fromMaybe'.
--   Module link: "Prelude".
test :: Int
test = 1