lean4-htt/tests/lean/interactive/dotIdCompletion.lean.expected.out
2022-07-30 10:21:04 -07:00

7 lines
294 B
Text

{"textDocument": {"uri": "file://dotIdCompletion.lean"},
"position": {"line": 4, "character": 5}}
{"items":
[{"label": "true", "kind": 4, "detail": "Boo"},
{"label": "truth", "kind": 4, "detail": "Boo"},
{"label": "toCtorIdx", "kind": 3, "detail": "Boo → Nat"}],
"isIncomplete": true}