summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break029.stdout
blob: c1d7047a8e22ceeb66b7df6d7d804e289f5b1d21 (plain)
1
2
3
4
5
6
7
8
9
10
Stopped in Main.f, break029.hs:(4,7)-(6,16)
_result :: IO Int = _
x :: Int = 3
Stopped in Main.f, break029.hs:5:8-21
_result :: IO Int = _
x :: Int = 3
Stopped in Main.f, break029.hs:6:11-15
_result :: Int = _
y :: Int = _
4