lean4-htt/tests/lean/interactive/completion3.lean.expected.out
2021-04-08 11:48:12 -07:00

28 lines
1 KiB
Text

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