I&#39;m using Network.Curl, and have to operate on values of type InfoValue.<br>Now, an InfoValue looks exactly like a [String], and I would like to operate on it as if it were.<br>Is the proper approach to convert it to a [String], or would I be using fmap?<br>