CSE 341 - Programming Languages - Winter 2010

CSE 341 - Haskell Mode for Emacs

There is a convenient emacs mode for editing Haskell. A few basics:

See the Haskell wiki page Haskell mode for Emacs for more commands and information.

On attu or other CSE undergrad linux machines

To use this mode on the undergrad linux machines, add the following lines to your .emacs file in your home directory:
(load "/cse/courses/cse341/common/haskell-mode-2.4/haskell-site-file")

On a Personal Machine

You can find directions and files to download on the "Haskell mode for Emacs" page linked above.