1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 13:34:31 +03:00

Queswish!

Co-Authored-By: Patrick Thomson <patrickt@github.com>
This commit is contained in:
Rob Rix 2019-10-18 17:38:02 -04:00 committed by GitHub
parent 2ea97efed8
commit 54c6948e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ parseSymbols blobs = do
& P.symbol .~ name
& P.kind .~ pack (show kind)
& P.line .~ line
& P.maybe'span .~ converting #? Loc.span loc
& P.maybe'span ?~ converting # Loc.span loc
& P.maybe'docs .~ fmap (flip (set P.docstring) defMessage) docs
symbolsToSummarize :: [Text]