lean4-htt/tests/lean/interactive/completionDocString.lean.expected.out
Wojciech Nawrocki a8cfbb11bf Revert "chore: fix tests"
This reverts commit c6acd968d7.
2022-05-12 13:22:37 -07:00

13 lines
446 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",
"kind": 3,
"documentation":
{"value": "Insert element `a` at position `i`.\n Pre: `i < as.size` ",
"kind": "markdown"},
"detail": "Array α → Nat → α → Array α"},
{"label": "insertAtAux",
"kind": 3,
"detail": "Nat → Array α → Nat → Array α"}],
"isIncomplete": true}