lean4-htt/tests/lean/interactive/completionAtPrint.lean.expected.out
Sebastian Ullrich 4d8bc22228
feat: Environment.addConstAsync (#6691)
This PR introduces the central API for making parallel changes to the
environment
2025-01-19 02:00:16 +00:00

13 lines
387 B
Text

{"textDocument": {"uri": "file:///completionAtPrint.lean"},
"position": {"line": 2, "character": 10}}
{"items":
[{"sortText": "0",
"label": "gg",
"kind": 21,
"data":
{"params":
{"textDocument": {"uri": "file:///completionAtPrint.lean"},
"position": {"line": 2, "character": 10}},
"id": {"const": {"declName": "f.gg"}},
"cPos": 0}}],
"isIncomplete": true}