j
k
j a
j l
Is there some (easy) way to avoid this while still using readFile?
readFile' f = do s <- readFile f return (length s `seq` s) (and curse the fact that the default readFile is unsafelazy). Jules
Back to the thread
Back to the list