lean4-htt/tests/lean/interactive/533.lean.expected.out
Leonardo de Moura 82b056aa75 chore: fix test
2022-03-03 19:53:35 -08:00

27 lines
1.2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"textDocument": {"uri": "file://533.lean"},
"position": {"line": 2, "character": 10}}
{"items":
[{"label": "False", "kind": 22, "detail": "Prop"},
{"label": "Fin", "kind": 22, "detail": "Nat → Type"},
{"label": "Float", "kind": 22, "detail": "Type"},
{"label": "FloatArray", "kind": 22, "detail": "Type"},
{"label": "FloatSpec", "kind": 22, "detail": "Type 1"},
{"label": "Foo", "kind": 6, "detail": "Sort ?u"},
{"label": "ForIn",
"kind": 7,
"detail":
"(Type u₁ → Type u₂) → Type u → outParam (Type v) → Type (max (max (max u (u₁ + 1)) u₂) v)"},
{"label": "ForIn'",
"kind": 7,
"detail":
"(Type u₁ → Type u₂) →\n (ρ : Type u) → (α : outParam (Type v)) → outParam (Membership α ρ) → Type (max (max (max u (u₁ + 1)) u₂) v)"},
{"label": "ForInStep", "kind": 22, "detail": "Type u → Type u"},
{"label": "ForM",
"kind": 7,
"detail":
"(Type u → Type v) → Type w₁ → outParam (Type w₂) → Type (max (max (max (u + 1) v) w₁) w₂)"},
{"label": "Function", "kind": 9, "detail": "namespace"},
{"label": "Functor",
"kind": 7,
"detail": "(Type u → Type v) → Type (max (u + 1) v)"}],
"isIncomplete": true}