lean4-htt/tests/lean/interactive/completion3.lean.expected.out
2021-04-05 19:07:39 -07:00

32 lines
1.2 KiB
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}
{"textDocument": {"uri": "file://completion3.lean"},
"position": {"line": 12, "character": 5}}
{"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}
{"textDocument": {"uri": "file://completion3.lean"},
"position": {"line": 16, "character": 5}}
{"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}
{"textDocument": {"uri": "file://completion3.lean"},
"position": {"line": 20, "character": 5}}
{"items":
[{"label": "x", "detail": "S → Nat"},
{"label": "b", "detail": "S → Bool"},
{"label": "mk", "detail": "Nat → String → Bool → S"},
{"label": "y", "detail": "S → String"}],
"isIncomplete": true}