lean4-htt/src/Lean/Data
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
..
Json chore: adapt to upstream 2020-08-31 06:50:01 -07:00
Lsp refactor: move ppExpr to IO 2020-09-15 18:48:21 -07:00
Format.lean chore: document Format fields 2020-08-06 09:26:48 -07:00
Json.lean chore: adapt to upstream 2020-08-31 06:50:01 -07:00
JsonRpc.lean chore: adapt to upstream 2020-08-31 06:50:01 -07:00
KVMap.lean chore: add coercions for new frontend 2020-09-13 12:00:32 -07:00
LBool.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
LOption.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
Lsp.lean chore: copyright 2020-08-31 06:50:01 -07:00
Name.lean chore: add Name.getString! 2020-07-20 15:18:45 -07:00
Occurrences.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
OpenDecl.lean refactor: move OpenDecl to Data 2020-09-15 16:53:53 -07:00
Options.lean chore: remove HasEmptyc workarounds 2020-09-11 14:28:42 -07:00
Position.lean refactor: simplify document storage in server 2020-08-31 06:50:01 -07:00
SMap.lean chore: remove HasEmptyc workarounds 2020-09-11 14:28:42 -07:00
Trie.lean chore: move RBTree and RBMap to Std 2020-06-25 13:26:16 -07:00