summaryrefslogtreecommitdiff
path: root/libraries/base/tests/T16943a.hs
blob: 7941e29accbf3520da007118776044ade4223ada (plain)
1
2
3
4
5
6
module Main(main) where

scoreWeek = scanr (:) [] $ repeat True

main = seq scoreWeek (putStrLn "good")