lean4-htt/tests/lean/interactive/completion3.lean.expected.out
2021-04-05 18:38:57 -07:00

8 lines
318 B
Text

{"textDocument": {"uri": "file://completion3.lean"},
"position": {"line": 7, "character": 9}}
{"items":
[{"label": "b", "detail": "S → Bool"},
{"label": "mk", "detail": "Nat → String → Bool → S"},
{"label": "x", "detail": "S → Nat"},
{"label": "y", "detail": "S → String"}],
"isIncomplete": true}