
4 Oct
2001
4 Oct
'01
5:02 a.m.
Hello! Can anybody help me with writing function that does following: I have the list ["file1","file2","file3"] and I need the function to return me the list of contents of these files. contents :: [String] -> [String] contents (file:files) = do c <- readFile file ........ Thanks in advance for help! -- With best regards, Dmitry
8636
Age (days ago)
8636
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Olyenyov
-
Saswat Anand