type T = forall a. a -> a -- Defined at :3:1 data D = MkT (forall b. b -> b) -- Defined at :4:1