lean4-htt/tests/lean/interactive/completion4.lean.expected.out
2021-04-05 20:45:04 -07:00

36 lines
1.6 KiB
Text

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