lean4-htt/tests/lean/interactive/completion4.lean.expected.out
Leonardo de Moura c6acd968d7 chore: fix tests
2022-05-12 08:44:00 -07:00

76 lines
1.9 KiB
Text

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