On Tue, Jan 25, 2011 at 5:16 AM, Yitzchak Gale <g...@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?
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to