diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break018.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break018.script | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break018.script b/testsuite/tests/ghci.debugger/scripts/break018.script new file mode 100644 index 0000000000..0a4c70ef5a --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/break018.script @@ -0,0 +1,9 @@ +-- Check mdo statements: availability of local bindings. +-- Maybe we should not want to put in scope the things binded in the mdo scope, to avoid silliness. + +:set -XRecursiveDo +:l ../mdo.hs +:st l2dll "hello world" +:st +:st +:st |