Control.Concurrent.MVar documentation broken

David Menendez dave at zednenem.com
Thu Feb 12 23:12:54 EST 2009


I was just looking at
<http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Concurrent-MVar.html>
and I noticed that the documentation for withMVar, modifyMVar, and
modifyMVar_ is missing.

This appears to be caused by the INLINE pragmas. I've done some
experiments, and I've found that Haddock 2.4.1 will not display the
documentation if an INLINE, NOINLINE, or SPECIALIZE pragma appears
between the documentation and the signature.

I don't know whether this is a bug in Haddock or Control.Concurrent.MVar.

-- 
Dave Menendez <dave at zednenem.com>
<http://www.eyrie.org/~zednenem/>


More information about the Libraries mailing list