[Haskell-beginners] question concerning conversion from one type to another

Michael Litchard michael at schmong.org
Wed Feb 9 22:41:16 CET 2011


I'm using Network.Curl, and have to operate on values of type InfoValue.
Now, an InfoValue looks exactly like a [String], and I would like to operate
on it as if it were.
Is the proper approach to convert it to a [String], or would I be using
fmap?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110209/2b0579c2/attachment.htm>


More information about the Beginners mailing list