diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break003.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break003.stdout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break003.stdout b/testsuite/tests/ghci.debugger/scripts/break003.stdout new file mode 100644 index 0000000000..a48f74c4c3 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/break003.stdout @@ -0,0 +1,6 @@ +Breakpoint 0 activated at ../Test3.hs:2:18-31 +Stopped at ../Test3.hs:2:18-31 +_result :: [t1] = _ +f :: t -> t1 = _ +x :: t = _ +xs :: [t] = [_] |