2009/12/16 Stephen Tetley <stephen.tet...@gmail.com>:
> 2009/12/16 Jason Dusek <jason.du...@gmail.com>:
> > What is the relationship between the "Parsec API", Applicative
> > and Alternative? Is the only point of overlap `<|>`?
>
> Lots of functions in Text.ParserCombinators.Parsec.Combinator can be
> defined with only with an obligation on Applicative and no need to
> access the token stream, parser state. etc. No surprise of course, as
> the equivalents were available in UU parsing.

  Is UU parsing more "Applicative aware", then?

  When you say "obligation", what do you mean?

--
Jason Dusek
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to