The new order looks better since it is consistent with escapeChar. I just fixed the comment and also I made a small fix in HaddockUtil.hs for escapeStr.
Cheers, Krasimir --- Graham Klyne <[EMAIL PROTECTED]> wrote: > Oops, well spotted, thanks. That's another small > change I made > recently. I should have mentioned in the CVS > comment, but forgot, that I > changed the order of parameters to escapeString. > Does anyone have any > objection? > > [[ > diff -r1.13 -r1.12 > 95c95 > < , escapeString -- :: (Char->Bool) > -> String -> String > --- > > , escapeString -- :: String -> > (Char->Bool) -> String > ]] > > (Rationale: the revised parameter order makes it > easier to create > specialized string-escape functions by currying with > the > escape-character-testing function.) > > #g > -- > > At 08:57 28/10/04 -0700, Krasimir Angelov wrote: > >krasimir 2004/10/28 08:57:11 PDT > > > > Modified files: > > libraries/network/Network URI.hs > > Log: > > fix comment > > > > Revision Changes Path > > 1.13 +1 -1 > fptools/libraries/network/Network/URI.hs > >_______________________________________________ > >Cvs-libraries mailing list > >[EMAIL PROTECTED] > >http://www.haskell.org/mailman/listinfo/cvs-libraries > > ------------ > Graham Klyne > For email: > http://www.ninebynine.org/#Contact > > _______________________________________________ > Cvs-libraries mailing list > [EMAIL PROTECTED] > http://www.haskell.org/mailman/listinfo/cvs-libraries > _______________________________ Do you Yahoo!? Express yourself with Y! Messenger! Free. Download now. http://messenger.yahoo.com _______________________________________________ Cvs-libraries mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-libraries
