summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/scripts/break006.stdout
blob: 42560877d1c2e47a42c3077ba285c7b6d543c0c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Stopped at ../Test3.hs:(1,1)-(2,31)
_result :: [a] = _
Stopped at ../Test3.hs:2:18-31
_result :: [a] = _
f :: t -> a = _
x :: t = _
xs :: [t] = [_,_]
_result :: [a] = _
f :: t -> a = _
x :: t = _
xs :: [t] = [_,_]
y = (_t1::a)
y = 2
_result :: [Integer] = _
_t1 :: Integer = 2
f :: t -> Integer = _
x :: t = 1
xs :: [t] = [_,_]
y :: Integer = 2
2