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

import Mod164_A
import Mod164_B

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