diff options
Diffstat (limited to 'src/Haddock/Interface/AttachInstances.hs')
-rw-r--r-- | src/Haddock/Interface/AttachInstances.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface/AttachInstances.hs b/src/Haddock/Interface/AttachInstances.hs index b6d988dc..abc5f053 100644 --- a/src/Haddock/Interface/AttachInstances.hs +++ b/src/Haddock/Interface/AttachInstances.hs @@ -56,7 +56,7 @@ attachInstances ifaces instIfaceMap = mapM attach ifaces attachExport export = return export -lookupInstDoc :: Name -> Interface -> InstIfaceMap -> Maybe (HsDoc Name) +lookupInstDoc :: Name -> Interface -> InstIfaceMap -> Maybe (Doc Name) -- TODO: capture this pattern in a function (when we have streamlined the -- handling of instances) lookupInstDoc name iface ifaceMap = |