We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae63f0 commit 30e7f05Copy full SHA for 30e7f05
plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Query.hs
@@ -84,9 +84,7 @@ hieAstSpanNames vf ast =
84
exclusion :: Identifier -> IdentifierDetails a -> Bool
85
exclusion idt IdentifierDetails {identInfo = infos} = case idt of
86
Left _ -> True
87
- Right name ->
88
- isDerivedOccName (nameOccName name)
89
- || any isEvidenceContext (S.toList infos)
+ Right _ -> any isEvidenceContext (S.toList infos)
90
91
-------------------------------------------------
92
0 commit comments