Skip to content
Snippets Groups Projects
  • Luke Lau's avatar
    d930bd87
    Implement template-haskell's putDoc · d930bd87
    Luke Lau authored and Ben Gamari's avatar Ben Gamari committed
    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
    d930bd87
    History
    Implement template-haskell's putDoc
    Luke Lau authored and Ben Gamari's avatar Ben Gamari committed
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.