We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e299c3 commit a7425bfCopy full SHA for a7425bf
lsp-test/src/Language/LSP/Test.hs
@@ -542,7 +542,7 @@ getCodeActions doc range = do
542
getAndResolveCodeActions :: TextDocumentIdentifier -> Range -> Session [Command |? CodeAction]
543
getAndResolveCodeActions doc range = do
544
items <- getCodeActions doc range
545
- for items \case
+ for items $ \case
546
l@(InL _) -> pure l
547
(InR r) | isJust (r ^. L.data_) -> InR <$> resolveCodeAction r
548
r@(InR _) -> pure r
0 commit comments