lean4-htt/src/Lean/Data/Lsp
Leonardo de Moura 0abca5475f refactor: move ppExpr to IO
@Kha I am also tracking `currNamespace` and `openDecls`.

BTW, I also tried an experiment where I added `currNamespace` and
`openDecls` to `Meta.Context`, but it looked weird. This information
is only needed in the elaborator and pretty printer.
The `PPContext` object should contain everything you need. You
can put `currNamespace` and `openDecls` in the `Delaborator.Context`.
2020-09-15 18:48:21 -07:00
..
Basic.lean refactor: simplify document storage in server 2020-08-31 06:50:01 -07:00
Capabilities.lean chore: copyright 2020-08-31 06:50:01 -07:00
Communication.lean chore: adapt to upstream 2020-08-31 06:50:01 -07:00
Diagnostics.lean refactor: move ppExpr to IO 2020-09-15 18:48:21 -07:00
Hover.lean chore: copyright 2020-08-31 06:50:01 -07:00
InitShutdown.lean chore: copyright 2020-08-31 06:50:01 -07:00
TextSync.lean chore: no leading commas 2020-08-31 06:50:01 -07:00
Utf16.lean chore: more server fixes 2020-08-31 06:50:01 -07:00
Workspace.lean chore: no leading commas 2020-08-31 06:50:01 -07:00