lean4-htt/tests/lean/interactive/completionAtPrint.lean.expected.out
2024-11-19 09:26:58 +01:00

26 lines
966 B
Text

{"textDocument": {"uri": "file:///completionAtPrint.lean"},
"position": {"line": 2, "character": 25}}
{"items":
[{"sortText": "0",
"label": "find?",
"kind": 3,
"data":
{"params":
{"textDocument": {"uri": "file:///completionAtPrint.lean"},
"position": {"line": 2, "character": 25}},
"id": {"const": {"declName": "Lean.Environment.find?"}},
"cPos": 0}},
{"sortText": "1",
"label": "freeRegions",
"kind": 3,
"documentation":
{"value":
"Free compacted regions of imports. No live references to imported objects may exist at the time of invocation; in\nparticular, `env` should be the last reference to any `Environment` derived from these imports. ",
"kind": "markdown"},
"data":
{"params":
{"textDocument": {"uri": "file:///completionAtPrint.lean"},
"position": {"line": 2, "character": 25}},
"id": {"const": {"declName": "Lean.Environment.freeRegions"}},
"cPos": 0}}],
"isIncomplete": true}