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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
