Merge pull request #437 from AlainODea-haskell/fix-436-plus-shows-concat-docs

Have (+) show correct quick documentation (none). Fix issue #436.
This commit is contained in:
Rik 2019-06-16 22:51:58 +02:00 committed by GitHub
commit f685c91561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ object HoogleComponent {
ProgressManager.checkCanceled()
runHoogle(project, Seq("-i", name, s"+$moduleName", "+Prelude")).
runHoogle(project, Seq("-i", name, s"+$moduleName", "+Prelude", "is:exact")).
flatMap(processOutput =>
if (processOutput.getStdoutLines.isEmpty || processOutput.getStdout.contains("No results found")) {
None