summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci051.stdout
blob: 9e77b017bafdaec75b87fc61f4b8f74a1bb71c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
type T :: *
data T = C | D
  	-- Defined at <interactive>:8:1
type T' :: *
type T' = Ghci1.T
  	-- Defined at <interactive>:3:1
type Ghci1.T :: *
data Ghci1.T = A | ...
  	-- Defined at <interactive>:2:10
type Ghci4.T :: *
data Ghci4.T = B | ...
  	-- Defined at <interactive>:5:12
type T :: *
data T = C | ...
  	-- Defined at <interactive>:8:14
type T :: *
data T = ... | D
  	-- Defined at <interactive>:8:18
b :: T' 	-- Defined at <interactive>:4:5
c :: Ghci4.T 	-- Defined at <interactive>:7:5
d :: T 	-- Defined at <interactive>:9:5