summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print003.stdout
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-07-20 11:09:03 -0700
committerDavid Terei <davidterei@gmail.com>2011-07-20 11:26:35 -0700
commit16514f272fb42af6e9c7674a9bd6c9dce369231f (patch)
treee4f332b45fe65e2a7a2451be5674f887b42bf199 /testsuite/tests/ghci.debugger/scripts/print003.stdout
parentebd422aed41048476aa61dd4c520d43becd78682 (diff)
downloadhaskell-16514f272fb42af6e9c7674a9bd6c9dce369231f.tar.gz
Move tests from tests/ghc-regress/* to just tests/*
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print003.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/print003.stdout15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print003.stdout b/testsuite/tests/ghci.debugger/scripts/print003.stdout
new file mode 100644
index 0000000000..99a66e4bdc
--- /dev/null
+++ b/testsuite/tests/ghci.debugger/scripts/print003.stdout
@@ -0,0 +1,15 @@
+t = O (_t1::a)
+_t1 :: a = _
+t :: Opaque = O _
+()
+t = O ((_t2::a1) : (_t3::[a1]))
+_t1 :: [a] = _ : _
+_t2 :: a1 = _
+_t3 :: [a1] = _
+it :: () = ()
+t :: Opaque = O (_ : _)
+()
+t = O (Just [(_t4::a1),(_t5::a1)] : (_t6::[Maybe [a1]]))
+()
+t = O (Just [1,(_t7::Integer)] : (_t8::[Maybe [Integer]]))
+_t7 :: Integer