<div class="gmail_quote">On Tue, Jan 25, 2011 at 5:16 AM, Yitzchak Gale <span dir="ltr">&lt;<a href="mailto:gale@sefer.org">gale@sefer.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I suggest adding the following type-specialized variants to<br>
Data.Attoparsec.Char8:<br>
<br>
(&lt;*.) :: Applicative f =&gt; f a -&gt; f ByteString -&gt; f a<br>
(&lt;*.) = (&lt;*)<br>
<br>
(.*&gt;) :: Applicative f =&gt; f ByteString -&gt; f a -&gt; f a<br>
(.*&gt;) = (*&gt;)<br></blockquote><div><br></div><div>Sounds reasonable. Send a patch? </div></div><br>