[Haskell-cafe] Using IsString with attoparsec
Yitzchak Gale
gale at sefer.org
Sat Jan 29 19:49:49 CET 2011
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
More information about the Haskell-Cafe
mailing list