We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
and haskell-ident-pos-at-point returns a tuple with the same number when no identifier is found
This is not according the the docstring and confuses for example
(let ((sym (haskell-ident-at-point))) (when sym ...))