16 Dec
2009
16 Dec
'09
8:45 p.m.
Hi Jason UU parsing somewhat invented the Applicative style - it defined the usual combinators from Control.Applicative (<$>), (<*>), (<*), (*>) etc. but didn't have an 'Applicative' type class. By obligation, I mean relying only on the Applicative class for the derived operations, here manyTill, choice etc. Best wishes Stephen 2009/12/16 Jason Dusek <jason.dusek@gmail.com>: ...
Is UU parsing more "Applicative aware", then?
When you say "obligation", what do you mean?