On 20 July 2004 19:40, Adrian Hey wrote: > Does anybody know how you hyperlink your Haddock to functions > whose name ends with a prime. e.g. foldl' > > I've tried.. > 'foldl\'' > and > 'foldl'' > > But neither works. In each case I get a link to foldl (unprimed > version) followed by an isolated ' character. > > This is with Haddock version 0.6 BTW.
That's a bug, thanks for reporting it. I've fixed it for the next version of Haddock (fix is in CVS). You can now say 'foldl''. Cheers, Simon _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell