summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print011.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print011.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/print011.stdout7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print011.stdout b/testsuite/tests/ghci.debugger/scripts/print011.stdout
new file mode 100644
index 0000000000..852312f15f
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/print011.stdout
@@ -0,0 +1,7 @@
+i = (_t1::[Maybe (Maybe MyInt)])
+()
+i = (_t2::Maybe (Maybe MyInt)) : (_t3::[Maybe (Maybe MyInt)])
+()
+i = Just (_t4::Maybe MyInt) : (_t5::[Maybe (Maybe MyInt)])
+()
+i = Just (Just (My 1)) : (_t6::[Maybe (Maybe MyInt)])