[haddock] #112: references to names with '#' in them do not work in markup

haddock haddock at projects.haskell.org
Mon Jun 29 15:21:38 EDT 2009


#112: references to names with '#' in them do not work in markup
-------------------+--------------------------------------------------------
Reporter:  duncan  |       Owner:       
    Type:  defect  |      Status:  new  
Priority:  major   |   Milestone:  2.5.0
 Version:  2.4.2   |    Keywords:       
-------------------+--------------------------------------------------------
 For example from the ByteString docs:

 {{{
 -- | /O(1)/ 'unsafePackAddressLen' provides constant-time construction of
 -- 'ByteStrings' which is ideal for string literals. It packs a sequence
 -- of bytes into a 'ByteString', given a raw 'Addr#' to the string, and
 -- the length of the string.
 }}}

 Haddock copes fine with that type in the type signature, but not a
 reference in the markup.

-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/112>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool


More information about the Haddock mailing list