
20 May
2014
20 May
'14
4:02 p.m.
On Wed, May 21, 2014 at 2:47 AM, silvio
do print map (<-readFile) ["foo","bar"]
The closest current Haskell can come to this is print =<< mapM readFile ["foo","bar"] And I agree that the manual effect typing, the requisite =<< and the mapM for map, can be a pain. -- Kim-Ee