Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
:: forall config. Show config | |
=> Options | |
-> (FilePath -> IO FilePath) | Map root paths to the location of the hiedb for the project |
-> (IdeState -> Value -> IO (Either Text config)) | |
-> Handlers (ServerM config) | |
-> (LanguageContextEnv config -> VFSHandle -> Maybe FilePath -> HieDb -> IndexQueue -> IO IdeState) | |
-> IO () |