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