
29 Jan
2011
29 Jan
'11
1:49 p.m.
I 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 (.*>) = (*>)
Bryan O'Sullivan wrote:
Sounds reasonable. Send a patch?
Felipe Almeida Lessa wrote:
Done! It will be in attoparsec-text 0.8.2.0.
Fantastic.! Felipe, thanks so much for this patch, and for the IsString instance in attoparsec-text. Regards, Yitz