hdocs-0.3.0.0: Haskell docs tool

Safe HaskellNone

HDocs.Base

Synopsis

Documentation

type ModuleDocMap = Map String (Doc String)Source

Documentation in module

withInitializedPackages :: [String] -> (DynFlags -> IO a) -> IO aSource

Run action with initialized packages

configSession :: [String] -> IO DynFlagsSource

Config GHC session

formatDoc :: Doc String -> StringSource

Format documentation to plain text.

formatDocs :: ModuleDocMap -> Map String StringSource

Format docs to plain text