summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print032.script
blob: 25abb3718f58b1164b4a592a1bd8a9d6bc203896 (plain)
1
2
3
4
5
6
7
:l print029.hs
let a = MkT2 [Just (1::Int)]
a
let b = MkT2 (map Just [2::Int]) -- Want to obtain a thunk
:break f2
f2 a b
:step