
30 Jul
2003
30 Jul
'03
8:02 p.m.
On Wednesday, July 30, 2003 1:52 PM, Shawn P. Garbett [SMTP:Shawn@Garbett.org] wrote:
output :: (a -> IO b) -> [a] -> IO () output f = (foldr (>>) (return ())).(map f)
Study the Prelude :)
output :: (a -> IO b) -> [a] -> IO () output = mapM_
8010
Age (days ago)
8010
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kevin S. Millikin