Implement template-haskell's putDoc
This catches up to GHC using the new extractTHDocs function, which returns documentation added via the putDoc function (provided it was compiled with Opt_Haddock). Since it's already a map from names -> docs, there's no need to do traversal etc. It also matches the change from the argument map being made an IntMap rather than a Map Int
parent
d1bf3e50
No related branches found
No related tags found
Please register or sign in to comment