hsdev-0.1.7.3: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellNone
LanguageHaskell98

HsDev.Tools.HDocs

Synopsis

Documentation

hdocsy :: [ModuleLocation] -> [String] -> IO [Map String String] Source

Get docs for modules

hdocs :: ModuleLocation -> [String] -> IO (Map String String) Source

Get docs for module

setDocs :: Map String String -> Module -> Module Source

Set docs for module

loadDocs :: [String] -> Module -> IO Module Source

Load docs for module