lean4-htt/tests/lean/interactive/keywordCompletion.lean.expected.out
Scott Morrison 329e00661a
chore: upstream Std.Util.ExtendedBinders (#3320)
This is not a complete upstreaming of that file (it also supports `∀ᵉ (x
< 2) (y < 3), p x y` as shorthand for `∀ x < 2, ∀ y < 3, p x y`, but I
don't think we need this; it is used in Mathlib).

Syntaxes still need to be made built-in.

---------

Co-authored-by: Leonardo de Moura <leomoura@amazon.com>
2024-02-14 11:36:00 +00:00

14 lines
691 B
Text

{"textDocument": {"uri": "file:///keywordCompletion.lean"},
"position": {"line": 4, "character": 10}}
{"items":
[{"label": "bin", "kind": 21, "detail": "Type 1"},
{"label": "binder_predicate", "kind": 14, "detail": "keyword"},
{"label": "binop%", "kind": 14, "detail": "keyword"},
{"label": "binop_lazy%", "kind": 14, "detail": "keyword"},
{"label": "binrel%", "kind": 14, "detail": "keyword"},
{"label": "binrel_no_prop%", "kind": 14, "detail": "keyword"}],
"isIncomplete": true}
{"textDocument": {"uri": "file:///keywordCompletion.lean"},
"position": {"line": 4, "character": 13}}
{"items": [{"label": "binop_lazy%", "kind": 14, "detail": "keyword"}],
"isIncomplete": true}