Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Development.IDE.Spans.Documentation
Documentation
Arguments
:: HasSrcSpan name | |
=> [ParsedModule] | All of the possible modules it could be defined in. |
-> name | The name you want documentation for. |
-> [Text] |
getDocumentationTryGhc :: HscEnv -> Name -> IO SpanDoc #
getDocumentationsTryGhc :: HscEnv -> [Name] -> IO [SpanDoc] #
mkDocMap :: HscEnv -> RefMap a -> TcGblEnv -> IO DocAndKindMap #