31 Jul
2003
31 Jul
'03
4:02 a.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_
8389
Age (days ago)
8389
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kevin S. Millikin