summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break006.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break006.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break006.stdout20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break006.stdout b/testsuite/tests/ghci.debugger/scripts/break006.stdout
new file mode 100644
index 0000000000..42560877d1
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/break006.stdout
@@ -0,0 +1,20 @@
+Stopped at ../Test3.hs:(1,1)-(2,31)
+_result :: [a] = _
+Stopped at ../Test3.hs:2:18-31
+_result :: [a] = _
+f :: t -> a = _
+x :: t = _
+xs :: [t] = [_,_]
+_result :: [a] = _
+f :: t -> a = _
+x :: t = _
+xs :: [t] = [_,_]
+y = (_t1::a)
+y = 2
+_result :: [Integer] = _
+_t1 :: Integer = 2
+f :: t -> Integer = _
+x :: t = 1
+xs :: [t] = [_,_]
+y :: Integer = 2
+2