lean4-htt/tests/lean/interactive/completion4.lean.expected.out
Wojciech Nawrocki a8cfbb11bf Revert "chore: fix tests"
This reverts commit c6acd968d7.
2022-05-12 13:22:37 -07:00

28 lines
1.3 KiB
Text

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