summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/T2740.script
blob: 4ae19aac93bdd981458390921b5110931a02c191 (plain)
1
2
3
4
5
6
7
:seti -XMonomorphismRestriction
:l T2740.hs
:step f (1 :: Int) 2 3
:print x
:print y
:force x
:force y