blob: 7ef5dc1e8e4dc0519ba595c8d5cf7d5afed2b44a (
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 :: [t]
f :: t1 -> t
xs :: [t1]
xs :: [t1] = []
f :: t1 -> t = _
_result :: [t] = _
Logged breakpoint at ../Test3.hs:2:18-20
_result :: t
f :: Integer -> t
x :: Integer
xs :: [t1] = []
x :: Integer = 2
f :: Integer -> t = _
_result :: t = _
_result = 3
Logged breakpoint at ../Test3.hs:2:18-31
_result :: [t]
f :: Integer -> t
x :: Integer
xs :: [Integer]
Logged breakpoint at ../Test3.hs:2:18-20
_result :: t
|