lean4-htt/tests/lean/interactive/completion7.lean.expected.out
Leonardo de Moura d2910337af test: completion
2021-04-12 22:32:27 -07:00

14 lines
586 B
Text

{"textDocument": {"uri": "file://completion7.lean"},
"position": {"line": 0, "character": 10}}
{"items":
[{"label": "And", "detail": "Prop → Prop → Prop"},
{"label": "AndOp", "detail": "Type u → Type u"},
{"label": "AndThen", "detail": "Type u → Type u"}],
"isIncomplete": true}
{"textDocument": {"uri": "file://completion7.lean"},
"position": {"line": 2, "character": 11}}
{"items":
[{"label": "intro", "detail": "?a → ?b → ?a ∧ ?b"},
{"label": "left", "detail": "?a ∧ ?b → ?a"},
{"label": "right", "detail": "?a ∧ ?b → ?b"}],
"isIncomplete": true}