I'm trying to write a parser for a small functional language in Parsec, as part of a larger project of porting this from ocaml to Haskell.

I was wondering if there was a parser for Haskell written in Parsec that I could use as a reference.

--
          Alex R