On Sun, Feb 20, 2011 at 8:16 AM, tsuraan <[email protected]> wrote: > Ok, I'll see if I have any problems. What I'm doing seemed like it > might be the wrong way to go, so I figured I'd ask about it to see if > I got any "don't do that" type responses. Sounds like what I'm doing > is pretty much sane, so I'll see if I run into any trouble.
It's sane but it's fiddly and error-prone, which is why a lot of people tend to be using iteratees (using either the iteratee or enumerator packages) for this kind of thing these days. G -- Gregory Collins <[email protected]> _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
