summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break012.stdout
blob: 904f0cd3e8edaf919e1e32aa6383f11b3154b6ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Stopped in Main.g, break012.hs:5:10-18
_result :: (t, a1 -> a1, (), a -> a -> a) = _
a :: t = _
b :: a2 -> a2 = _
c :: () = _
d :: a -> a -> a = _
a :: t
b :: a2 -> a2
c :: ()
d :: a -> a -> a
a = (_t1::t)
b = (_t2::a2 -> a2)
c = (_t3::())
d = (_t4::a -> a -> a)