lean4-htt/tests/lean/interactive/completionAtPrint.lean.expected.out
2021-12-15 13:13:39 -08:00

14 lines
614 B
Text

{"textDocument": {"uri": "file://completionAtPrint.lean"},
"position": {"line": 2, "character": 25}}
{"items":
[{"label": "find?",
"kind": 3,
"detail": "Lean.Environment → Lean.Name → Option Lean.ConstantInfo"},
{"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\n particular, `env` should be the last reference to any `Environment` derived from these imports. ",
"kind": "markdown"},
"detail": "Lean.Environment → IO Unit"}],
"isIncomplete": true}