summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break012.stdout
blob: 5d478ae04ebed83b70f6bf3ceeb1d4b86d0b60af (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 :: (a1, a2 -> a2, (), a -> a -> a) = _
a :: a1 = _
b :: a3 -> a3 = _
c :: () = _
d :: a -> a -> a = _
a :: a1
b :: a3 -> a3
c :: ()
d :: a -> a -> a
a = (_t1::a1)
b = (_t2::a3 -> a3)
c = (_t3::())
d = (_t4::a -> a -> a)