summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7872.stdout
blob: 4c577ce1cd5870742183a3d9b830b2f8503ac8ee (plain)
1
2
type T = forall a. a -> a 	-- Defined at <interactive>:2:1
data D = MkT (forall b. b -> b) 	-- Defined at <interactive>:3:1