When the point is over a name, the echo area shows the name, but not its type. Instead of showing this: ``` const : a -> b -> a ``` it only shows this: ``` const : ``` All other features of the mode are working, including the `idris2-type-at-point` command. It's only eldoc that's broken.