id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
103,Append characters that immediately follow a linked name to the links name,sol,SimonHengel,"Say we have a function:

{{{
-- | Extract all 'Item's from given 'Data'
foo :: Data -> [Item]
foo = undefined
}}}

Then we probably want a link {{{<a href=""...#t%3AItem"">Items</a>}}} in the html output of Haddock (notice the s in the link name).

MediaWiki has a similar feature: {{{[[Item]]s}}} gives
{{{<a href=""/wiki/Item"" title=""Item"">Items</a>}}}",enhancement,closed,minor,,,wontfix,,
