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