On Wed, Oct 15, 2008 at 12:20 PM, Jonathan Cast <jonathanccast@fastmail.fm> wrote:
This is a bit
easier if you supply the missing Applicative instance:

 const <$> parser <*> eof


Too verbose.

parser <* eof