lean4-htt/tests/lean/interactive/hoverMatch.lean
Marc Huisinga c95100e8fd
fix: de-prioritize PartialTermInfo in hover info selection (#10047)
This PR ensures that hovering over `match` displays the type of the
match.
2025-08-25 08:47:14 +00:00

6 lines
131 B
Text

-- Hovering on `match` displays the type
example :=
match true with
--^ textDocument/hover
| true => true
| false => false