summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/dynbrk008.hs
blob: 8fbde66d210500c515be5f1d373632669575ce0e (plain)
1
2
3
4
f :: Int -> [Int]
f i = [ j | j <- [i], h <- [j], k <- [h]]

g i = i