You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation mandates that `haskell-ident-pos-at-point` return nil
when there is no identifier at point; however, it instead returned a
cons cell of the form `(n . n)`. This is now fixed, and any code that
relied on this behavior has been changed.
This also therefore fixes `haskell-spanable-pos-at-point` in the same
way.
0 commit comments