summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod122.hs
blob: 84440d1668b4c8ecb2ef7993934f1183e0465bd5 (plain)
1
2
3
4
5
6
-- !!! exporting a method (but not its class)
module M where
import Mod122_A

f :: C a => a -> a
f = m1