diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print008.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print008.stdout | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print008.stdout b/testsuite/tests/ghci.debugger/scripts/print008.stdout new file mode 100644 index 0000000000..1b42a99ed4 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/print008.stdout @@ -0,0 +1,7 @@ +t = O (_t1::a) +_t1 :: a +() +t = O ((_t2::a1) : (_t3::[a1])) +() +t = O (Just [(_t4::a1),(_t5::a1)] : (_t6::[Maybe [a1]])) +_t4 :: a1 |