haskell / lsp

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

Update Data.Text.Utf16.Rope to Data.Text.Utf16.Rope.Mixed #542

Closed soulomoon closed 6 months ago

soulomoon commented 6 months ago

It should simplify a bit of the conversion logic. Although the asymptotic complexity doe not change. This is the second attempt of https://github.com/haskell/lsp/pull/436

soulomoon commented 6 months ago

I finish the migration, @michaelpj @Bodigrim . See if this look good?