19 lines
455 B
Text
19 lines
455 B
Text
{"textDocument": {"uri": "file://completionIStr.lean"},
|
|
"position": {"line": 5, "character": 34}}
|
|
{"items":
|
|
[{"textEdit": null,
|
|
"label": "b1",
|
|
"kind": 5,
|
|
"documentation": null,
|
|
"detail": "C → String"},
|
|
{"textEdit": null,
|
|
"label": "f1",
|
|
"kind": 5,
|
|
"documentation": null,
|
|
"detail": "C → Nat"},
|
|
{"textEdit": null,
|
|
"label": "f2",
|
|
"kind": 5,
|
|
"documentation": null,
|
|
"detail": "C → Bool"}],
|
|
"isIncomplete": true}
|