1 2 3 4 5 6 7 8 9 10
-- !!! lazy name conflict reporting for data constructors (pt.3) module M where import Mod164_A as A import Mod164_B f x = case x of A.D1 -> 'a'