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