
28 Jan
2011
28 Jan
'11
12:12 p.m.
On Wed, Jan 26, 2011 at 7:43 PM, Bryan O'Sullivan
On Tue, Jan 25, 2011 at 5:16 AM, Yitzchak Gale
wrote: I suggest adding the following type-specialized variants to Data.Attoparsec.Char8:
(<*.) :: Applicative f => f a -> f ByteString -> f a (<*.) = (<*)
(.*>) :: Applicative f => f ByteString -> f a -> f a (.*>) = (*>)
Sounds reasonable. Send a patch?
Done! It will be in attoparsec-text 0.8.2.0. Bryan, I don't know how to give you a patch using Mercurial, so I've used 'hg export -r 231 -o ../attoparsec_applicative.hg_export'. The patch is basically the same as attoparsec-text's. Cheers! =) -- Felipe.