1 2 3 4 5 6 7 8
module T15445 where import T15445a foo :: IO () foo = do { print (plusTwoRec [1..10 :: Int]) ; print (plusTwoRec' [1..20 :: Int]) }