<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Mar 15, 2015 at 10:00 AM, Kattamuri Ekanadham <span dir="ltr"><<a href="mailto:eknath2k@gmail.com" target="_blank">eknath2k@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am  new to the community and learning Parsec, reading the tutorial <div>"Parsec, a fast combinator Parse" by Daan Leijen.</div><div><br></div><div>In the tutorial, the examples import the package called "ParsecToken" and</div><div></div></div></blockquote></div><br>The tutorial is for Parsec version 1 for Haskell98, which only had flat package names. It is no longer 1998. :)</div><div class="gmail_extra"><br></div><div class="gmail_extra">Text.ParserCombinators.Parsec.Token is probably closest to the flat module, but even that is out of date; it's a compatibility shim for Parsec 2, whereas the Text.Parsec modules are Parsec 3. I don't know if there are any updated tutorials for Parsec 3.<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><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></div>