Skip to content

Commit

Permalink
Allow child declarations to be found by type (#351)
Browse files Browse the repository at this point in the history
Fixes #303
  • Loading branch information
hdgarrood authored Dec 24, 2017
1 parent 3f35168 commit 5c2e71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handler/Database.hs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ entriesForDeclaration mkResult modName D.Declaration{..} =
(P.runModuleName modName)
cdeclTitle
(fmap typeToText ty'))
, Nothing
, ty'
)
)

Expand Down

0 comments on commit 5c2e71c

Please sign in to comment.