hdiff
packages
feed
haskell-names
-0.3.2: tests/exports/SimpleTypes.hs
module SimpleTypes where data A = B { c :: A } newtype G = H A type L = G