Haskell in Emacs | Sam Ritchie

Keys bound:

  • C-c d show error on current line as picked up by linting
  • C-c C-l load file into REPL
  • C-c C-z jump to REPL
  • C-c l run through hs-lint for suggestions
  • C-c C-d look up documentation of a function

However this is much better: ghc-mod which can be installed from the Debian repositories.