lean4-htt/tests/lean/interactive/inlayHints.lean.disabled
2025-10-03 14:31:39 +00:00

17 lines
320 B
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.

inductive Foo (x : α) : β → β → Prop where
| foo : Foo x a a
structure Bar (x : α) where
bar (a : α) (b : β) : γ → Bar x
def f (a : α) : β := sorry
variable (f : Foo x b b) in
theorem g (_ : α) : n = 0 := sorry
example : αα := id
axiom refl : x = x
--^ collectDiagnostics
--^ inlayHints