hdiff
packages
feed
haskell-names
-0.3.2: tests/exports/ExportList2.hs
module ExportList2 (b, c) where data A = A { b :: A } | B { b :: A, d :: A } c = b