module Foo2 where import Bar2 data C = MakeC Ding deriving Show data D = MakeD Dong deriving Show data E = MakeE Bool deriving Show