UserPreferences

LibraryDocumentation


Library Documentation

This is a folder for documentation of every function in the Haskell world. It will be used by Hoogle when someone searches for a function.

Naming

In order to find things unambiguously, its necessary to put things in every specific places. To give an example: all the documentation for Data.Map should be placed at LibraryDocumentation/Data.Map. Every function should have an anchor defined, for example insert would be on that page with #v:insert as the anchor (this is to be compatible with Haddock).

Pages