summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/result001.hs
blob: a32e2c10fa298e0568af17dd85ef105474188628 (plain)
1
2
3
f xs = case map id xs of
         [] -> True
         x:xs -> False