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

28 lines
1.2 KiB
Text

{"textDocument": {"uri": "file://completion4.lean"},
"position": {"line": 7, "character": 4}}
{"items":
[{"label": "fn1", "detail": "S → Nat → IO Unit"},
{"label": "fn2", "detail": "S → Bool → IO Unit"},
{"label": "pred", "detail": "S → String → Bool"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion4.lean"},
"position": {"line": 11, "character": 10}}
{"items":
[{"label": "fn1", "detail": "S → Nat → IO Unit"},
{"label": "fn2", "detail": "S → Bool → IO Unit"},
{"label": "pred", "detail": "S → String → Bool"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion4.lean"},
"position": {"line": 16, "character": 11}}
{"items":
[{"label": "fn1", "detail": "S → Nat → IO Unit"},
{"label": "fn2", "detail": "S → Bool → IO Unit"},
{"label": "pred", "detail": "S → String → Bool"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion4.lean"},
"position": {"line": 20, "character": 21}}
{"items":
[{"label": "fn1", "detail": "S → Nat → IO Unit"},
{"label": "fn2", "detail": "S → Bool → IO Unit"},
{"label": "pred", "detail": "S → String → Bool"}],
"isIncomplete": true}