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 0b09f01 commit 460d76bCopy full SHA for 460d76b
hls-plugin-api/src/Ide/Types.hs
@@ -291,7 +291,7 @@ mkPluginNotificationHandler
291
mkPluginNotificationHandler m f
292
= PluginNotificationHandlers $ DMap.singleton (IdeNotification m) (PluginNotificationHandler f')
293
where
294
- f' pid ide params = pure <$> f ide pid params
+ f' pid ide = f ide pid
295
296
defaultPluginDescriptor :: PluginId -> PluginDescriptor ideState
297
defaultPluginDescriptor plId =
0 commit comments