On Tue, Jan 25, 2011 at 5:16 AM, Yitzchak Gale <gale@sefer.org> 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?