summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print031.script
blob: d8c9f83aade6016ad87bb7f128781366cf669ed7 (plain)
1
2
3
4
5
6
7
:l print031.hs
let a = MkT2 [Just (Phantom 1)]
:break f
a
f a
:p x
:q