summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break004.script
blob: 12421ab168d8bf147ee5a9711643cc18e3824ee8 (plain)
1
2
3
4
5
:l Test4.hs
:b f
seq (f (+(1::Int)) "abc") ()
-- We can subvert the Unknown machinery this was and pass the string
-- to the function expecting Int.  ToDo: finish this