blob: 3a70f6aa1e038bdf5129a29a2128a6e11097084e (
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
|
Breakpoint 0 activated at ../Test3.hs:1:14-15
[2,3Stopped at ../Test3.hs:1:14-15
_result :: [a] = _
-1 : mymap (../Test3.hs:(1,1)-(2,31))
-2 : mymap (../Test3.hs:2:22-31)
-3 : mymap (../Test3.hs:2:18-20)
-4 : mymap (../Test3.hs:2:18-31)
-5 : mymap (../Test3.hs:(1,1)-(2,31))
-6 : mymap (../Test3.hs:2:22-31)
-7 : mymap (../Test3.hs:2:18-20)
-8 : mymap (../Test3.hs:2:18-31)
-9 : mymap (../Test3.hs:(1,1)-(2,31))
<end of history>
Logged breakpoint at ../Test3.hs:(1,1)-(2,31)
_result :: [t]
_result :: [t] = _
Logged breakpoint at ../Test3.hs:2:22-31
_result :: [t]
f :: t1 -> t
xs :: [t1]
xs :: [t1] = []
f :: t1 -> t = _
_result :: [t] = _
*** Ignoring breakpoint
_result = []
Logged breakpoint at ../Test3.hs:2:18-20
_result :: t
f :: Integer -> t
x :: Integer
Logged breakpoint at ../Test3.hs:2:22-31
_result :: [t]
|