summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod121.hs
blob: f39427d6231758b4996827559987894f0766566b (plain)
1
2
3
4
5
-- !!! (..) importation of partially exported class
-- (test / bug report due to Ross Paterson.)
module M where
import Mod121_A(C(..))
f = m2 (1::Int)