summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci030.stdout
blob: 1195afc37db36cac16f5499002e3b9b50ae65e59 (plain)
1
2
3
4
5
6
type D :: *
data D = forall a. C (Int -> a) Char
  	-- Defined at ghci030.hs:8:1
type D :: *
data D = forall a. C (Int -> a) Char
  	-- Defined at ghci030.hs:8:10