[Haskell-beginners] error writing FilePath to text file

Dennis Raddle dennis.raddle at gmail.com
Wed Jun 29 08:31:25 UTC 2016


Thanks. ​I don't know if I was clear that I'm writing the characters of the
FilePath to a file. I could use something like:

writeFilePaths :: FilePath -> [FilePath] -> IO ()
writeFilePaths fileToWrite fps = ...

The ByteStrings are for reading the files generated by the above and
parsing with Text.Parsec.ByteString, for efficiency (these are many
megabytes of text)

D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160629/2b6b5aa9/attachment.html>


More information about the Beginners mailing list