You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- newtype PluginNotificationHandler a (m :: Method FromClient Notification)
240
-
-- = PluginNotificationHandler (PluginNotificationMethodHandler a m)`
241
-
242
-
{-
243
-
From Zubin
244
-
alanz_: I would say `newtype PluginNotificationHandler a (m :: Method FromClient Notification) = PluginNotificationHandler (PluginNotificationMethodHandler a m)`
245
-
16:28 and `newtype PluginNotificationHandlers a = PluginNotificationHandlers (DMap SMethod (PluginNotificationHandler a))
0 commit comments