summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod123.hs
blob: cdf74021154c011daf27e8b5efebbbb935cdaa87 (plain)
1
2
3
4
5
6
-- !!! exporting a field name (but not its type)
module M where
import Mod123_A

f :: T -> Int
f x = f1 x