haskell / lsp

Haskell library for the Microsoft Language Server Protocol
360 stars 89 forks source link

Move `IxMap` and `SMethodMap` from `lsp-types` to `lsp`? #459

Open michaelpj opened 1 year ago

michaelpj commented 1 year ago

They're not used by anything else in lsp-types, and while they're somewhat generically useful, they're mostly specific to what lsp is doing. So I think we could push them over there and keep lsp-types focussed on the types.