Not sure whether it helps or creates more confusion. Note that we are still using the `?` prefix for metavariables on the InfoView and hover info.
10 lines
415 B
Text
10 lines
415 B
Text
{"textDocument": {"uri": "file://completionDocString.lean"},
|
||
"position": {"line": 0, "character": 20}}
|
||
{"items":
|
||
[{"label": "insertAt",
|
||
"documentation":
|
||
{"value": "Insert element `a` at position `i`.\n Pre: `i < as.size` ",
|
||
"kind": "markdown"},
|
||
"detail": "Array α → Nat → α → Array α"},
|
||
{"label": "insertAtAux", "detail": "Nat → Array α → Nat → Array α"}],
|
||
"isIncomplete": true}
|