aboutsummaryrefslogtreecommitdiff
path: root/examples/hide-bug/A.hs
blob: a9386a40de9733667c80af7e6c790472418aea01 (plain) (blame)
1
2
-- #hide
module A where { data T = MkT; f :: T; f = MkT }