summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod165.hs
blob: 847280ffaff9bbbe7249fa25f9866c9525a8f64d (plain)
1
2
3
4
5
6
7
8
9
10
-- !!! lazy name conflict reporting for data constructors (pt.2)
module M where

import Mod164_A as A
import Mod164_B as A

f x = 
  case x of
    A.D1 -> 'a'