lean4-htt/tests/lean/interactive/amb.lean.expected.out
Leonardo de Moura 3d829c825c fix: Info nodes for overloaded notation/declarations
See new test to understand the problem that has been fixed.
2021-05-04 22:07:21 -07:00

10 lines
521 B
Text

{"textDocument": {"uri": "file://amb.lean"},
"position": {"line": 17, "character": 19}}
{"range":
{"start": {"line": 17, "character": 19}, "end": {"line": 17, "character": 20}},
"contents": {"value": "```lean\nf : Nat → Bool\n```", "kind": "markdown"}}
{"textDocument": {"uri": "file://amb.lean"},
"position": {"line": 19, "character": 19}}
{"range":
{"start": {"line": 19, "character": 19}, "end": {"line": 19, "character": 20}},
"contents": {"value": "```lean\nf : String → String\n```", "kind": "markdown"}}