lean4-htt/tests/lean/interactive/completionDocString.lean.expected.out
Leonardo de Moura 5f119cb54f feat: avoid metavariables at CompletionItems
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.
2021-10-29 08:01:21 -07:00

10 lines
415 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"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}