summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/hist001.stdout
blob: c5b2787db5863b32a174a5bcef71787dde2801cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Breakpoint 0 activated at ../Test3.hs:1:14-15
[2,3Stopped in Main.mymap, ../Test3.hs:1:14-15
_result :: [a] = _
-1  : mymap (../Test3.hs:2:22-31)
-2  : mymap (../Test3.hs:2:18-20)
-3  : mymap (../Test3.hs:2:18-31)
-4  : mymap (../Test3.hs:2:22-31)
-5  : mymap (../Test3.hs:2:18-20)
-6  : mymap (../Test3.hs:2:18-31)
<end of history>
Logged breakpoint at ../Test3.hs:2:22-31
_result :: [a2]
f :: t -> a2
xs :: [t]
xs :: [t] = []
f :: t -> a2 = _
_result :: [a2] = _
Logged breakpoint at ../Test3.hs:2:18-20
_result :: a2
f :: Integer -> a2
x :: Integer
xs :: [t] = []
x :: Integer = 2
f :: Integer -> a2 = _
_result :: a2 = _
_result = 3
Logged breakpoint at ../Test3.hs:2:18-31
_result :: [a2]
f :: Integer -> a2
x :: Integer
xs :: [Integer]
Logged breakpoint at ../Test3.hs:2:18-20
_result :: a2