ribosome-host-0.9.9.9: Neovim plugin host for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Host.Effect.Host

Documentation

data Host :: Effect where Source #

Constructors

Request :: Request -> Host m Response 
Notification :: Request -> Host m () 

notification :: forall r. Member Host r => Request -> Sem r () Source #

request :: forall r. Member Host r => Request -> Sem r Response Source #