We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cb54c commit 92e4a85Copy full SHA for 92e4a85
ghcide/src/Development/IDE/Plugin/HLS.hs
@@ -212,7 +212,7 @@ newtype IdeHandler (m :: J.Method FromClient Request)
212
213
-- | Combine the 'PluginHandler' for all plugins
214
newtype IdeNotificationHandler (m :: J.Method FromClient Notification)
215
- = IdeNotificationHandler [(PluginId, IdeState -> MessageParams m -> LSP.LspM Config (NonEmpty ()))]
+ = IdeNotificationHandler [(PluginId, IdeState -> MessageParams m -> LSP.LspM Config (()))]
216
-- type NotificationHandler (m :: Method FromClient Notification) = MessageParams m -> IO ()`
217
218
-- | Combine the 'PluginHandlers' for all plugins
0 commit comments