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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
