[Haskell-cafe] How does one create an input handle bound to a string instead of a file?

John D. Ramsdell ramsdell0 at gmail.com
Wed Feb 27 21:38:37 CET 2013


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.

John



More information about the Haskell-Cafe mailing list