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