summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod114.hs
blob: b739c5d2831bf49ca436bf4aa1c032315927280d (plain)
1
2
3
4
-- !!! Type re-exportation test
-- (from bug reported by Ross Paterson.)
module Mod114 (Stuff) where
import Mod114_Help hiding(Stuff(..))