summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/scripts/print006.stdout
blob: 0a91ca724bc83d8109e0b4f921732c13b7fd2914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
t = O (_t1::a)
()
t = O ((_t2::a1) : (_t3::[a1]))
()
t = O ((_t4::a2) : (_t5::a2) : (_t6::[a2]))
()
t = O ((_t7::Maybe [a1]) : Just [(_t8::a1),(_t9::a1)] :
       (_t10::[Maybe [a1]]))
()
t = O ((_t11::Maybe [Integer]) : Just [2,(_t12::Integer)] :
       (_t13::[Maybe [Integer]]))
()
t = O (Just [(_t14::Integer),(_t15::Integer)] :
       Just [2,(_t16::Integer)] : (_t17::[Maybe [Integer]]))