HTML documentation for F# code and influences
Let me first say that I really like that fact that the F# compiler comes with an easy way to generate HTML documentation without going the XML route, but the HTML produced is not particularly helpful when you are dealing with a large code base.
There is a particularly great project that runs inline for Haskell called Haddock which produces some really great HTML documentation. GHC uses Haddock.
I would love to see some investment into the HTML docs, even if it is just presentation fixes and more intuitive navigation.