diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print003.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print003.stdout | 15 |
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 |