haskell-lsp-0.2.0.0: Haskell library for the Microsoft Language Server Protocol

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.LSP.Control

Documentation

run Source #

Arguments

:: Show c 
=> InitializeCallback c

function to be called once initialize has been received from the client. Further message processing will start only after this returns.

-> Handlers 
-> Options 
-> IO Int