On Wed, Jan 26, 2011 at 7:43 PM, Bryan O'Sullivan <[email protected]> wrote:
> On Tue, Jan 25, 2011 at 5:16 AM, Yitzchak Gale <[email protected]> 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?

Done!  It will be in attoparsec-text 0.8.2.0.

Bryan, I don't know how to give you a patch using Mercurial, so I've
used 'hg export -r 231 -o ../attoparsec_applicative.hg_export'.  The
patch is basically the same as attoparsec-text's.

Cheers! =)

-- 
Felipe.

Attachment: attoparsec_applicative.hg_export
Description: Binary data

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to