[Haskell-cafe] Using IsString with attoparsec

Bryan O'Sullivan bos at serpentine.com
Wed Jan 26 22:43:45 CET 2011


On Tue, Jan 25, 2011 at 5:16 AM, Yitzchak Gale <gale at 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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110126/893e04e5/attachment.htm>


More information about the Haskell-Cafe mailing list