commercialhaskell / stack-ide

Stack-based JSON interface to ide-backend
98 stars 23 forks source link

Getting type and info of operator functions doesn't work #79

Closed lukehoersten closed 8 years ago

lukehoersten commented 8 years ago

Getting the type or info of functions like <$> and <.> results in nothing being returned from the JSON API.

Also, when nothing is returned in the JSON API, the type error is printed in the mini and messages buffer:

progn: Wrong type argument: integer-or-marker-p, nil
chrisdone commented 8 years ago

Yeah, at some point someone broke haskell-ident-pos-at-point on operators. Going to have to work around it.