
26 Jan
2011
26 Jan
'11
4:43 p.m.
On Tue, Jan 25, 2011 at 5:16 AM, Yitzchak Gale
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?