
13 Feb
2009
13 Feb
'09
4 a.m.
2009/2/13 David Menendez
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.
It's a bug in Haddock which has been fixed. The fix will be in 2.4.2. David