
13 Feb
2009
13 Feb
'09
4:12 a.m.
I was just looking at
http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Concurren...
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