diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print012.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print012.stdout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print012.stdout b/testsuite/tests/ghci.debugger/scripts/print012.stdout new file mode 100644 index 0000000000..905ac7656c --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/print012.stdout @@ -0,0 +1,6 @@ +o = O (_t1::a) +() +_t1 :: SafeList Integer NonEmpty +o = O (Cons 3 (_t4::SafeList Integer y)) +() +o = O (Cons 3 (Cons 6 (_t9::SafeList Integer y))) |