Open
Description
In light of issues mulled over in #649 and #820 haskell-doc-mode
should be removed, functionality should be put in eldoc-mode
. eldoc
actually works already with haskell-mode
:
(set (make-local-variable 'eldoc-documentation-function)
'haskell-doc-current-info)
- find out if the above snippet is all that is needed for
eldoc-mode
- implement what is missing
- write some coverage tests
- remove functionality that duplicates
eldoc-mode
fromhaskell-doc.el
- remove mentions of
haskell-doc-mode
from texi - remove mentions of
haskell-doc-mode
from wiki - remove mentions of
haskell-doc-mode
from all the random wikis and tutorials out there - remove mentions of
haskell-doc-mode
from spacemacs (if needed)