summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/result001.script
blob: c5714fe781e9fc105c7a5f7cff5fe32f91cbc1c4 (plain)
1
2
3
4
5
-- demonstrates that _result has the wrong type sometimes
:l result001
:b 1 20
f "abc"
-- _result :: Bool is wrong, should be [a]