<div dir="ltr">On Tue, Oct 15, 2013 at 11:01 AM, Ryan Newton <span dir="ltr"><<a href="mailto:rrnewton@gmail.com" target="_blank">rrnewton@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">We have great tools for [de]serializing both to binary and to JSON (binary, cereal, json, aeson, etc).  But we have rather weak support for [de]serializing to human readable Haskell-ish external formats.</div>
</blockquote><div><br></div><div style>What we have is parsec, attoparsec, trifecta, etc. --- parsers are so trivial to build in Haskell that it's easier to swot up one that does exactly what you need on the fly than it is to build a better Read with enough flexibility to cover a majority of use cases.</div>
</div><div><br></div>-- <br><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div>
<div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div>
</div></div>