Unsafely you can write: import IOExts > contents :: [String] -> [String] content = unsafePerformIO . sequence . (map readFile) Saswat