lean4-htt/tests/lean/interactive/completion5.lean.expected.out
2021-04-07 22:46:08 -07:00

8 lines
322 B
Text

{"textDocument": {"uri": "file://completion5.lean"},
"position": {"line": 9, "character": 15}}
{"items":
[{"label": "mk", "detail": "Nat → Bool → String → C"},
{"label": "b1", "detail": "C → String"},
{"label": "f1", "detail": "C → Nat"},
{"label": "f2", "detail": "C → Bool"}],
"isIncomplete": true}