This commit is contained in:
2026-02-20 14:29:28 -08:00
parent 32400bdd4e
commit 7d5789147d
6 changed files with 15 additions and 28 deletions

View File

@@ -46,7 +46,8 @@ getHoverInfo repo modns row col = do
-- Lookup the name
let (Just e) = lookupRaw name top | _ => pure Nothing
pure $ Just ("\{show e.name} : \{rpprint Nil e.type}", e.fc)
ty <- nf Nil e.type
pure $ Just ("\{show e.name} : \{rpprint Nil ty}", e.fc)
where
getTok : List BTok Maybe String