summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break004.script
blob: e4bb16fd1aef30efb9aabbe45f5218ecf557b347 (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