summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci042.stdout
blob: d68caeb6b4ee32309f6b1f68c34e74aabce6c4a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
type T :: *
data T = A {...}
  	-- Defined at <interactive>:2:10
type T :: *
data T = A {a :: Int}
  	-- Defined at <interactive>:2:13
a :: Integer 	-- Defined at <interactive>:5:5
3
type R :: *
data R = B {a :: Int}
  	-- Defined at <interactive>:8:13
type T :: *
data T = A {Ghci1.a :: Int}
  	-- Defined at <interactive>:2:1