Safe Haskell | None |
---|---|
Language | Haskell98 |
Post-haddock-api.
Documentation
Get documentation of parts of things
interfaceNameMap :: InstalledInterface -> Map String (Doc String) Source #
Get a mapping from names to doc string of that name from a Haddock interface.
interfaceArgMap :: InstalledInterface -> Map String (Map Int (Doc Name)) Source #
Get a mapping from names to doc string of that name from a Haddock interface.
formatExample :: Example -> String Source #
Format an example to plain text.