summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci051.stdout
blob: 7ddd1c9b7373db01407f927569c264baead98f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
data T = C | D 	-- Defined at <interactive>:9:10
type T' = main::Interactive.T 	-- Defined at <interactive>:4:6
data main::Interactive.T = A | ...
  	-- Defined at <interactive>:3:10
data main::Interactive.T = B | ...
  	-- Defined at <interactive>:6:12
data T = C | ... 	-- Defined at <interactive>:9:14
data T = ... | D 	-- Defined at <interactive>:9:18
b :: T' 	-- Defined at <interactive>:5:5
c :: main::Interactive.T 	-- Defined at <interactive>:8:5
d :: T 	-- Defined at <interactive>:10:5