
28 Feb
2013
28 Feb
'13
3:02 a.m.
Hi, On 27/02/2013 20:38, John D. Ramsdell wrote:
How does one create a value of type System.IO.Handle for reading that takes its input from a string instead of a file? I'm looking for the equivalent of java.io.StringReader in Java. Thanks in advance.
http://hackage.haskell.org/package/bytestring-handle can make handles that read and write to ByteStrings. Cheers, Ganesh