Next: Interactive Haskell, Previous: Compilation, Up: Top [Index]
The major mode inferior-haskell-mode provides support for
interacting with an inferior Haskell process based on
comint-mode.
By default the haskell-mode-map keymap is setup to use this mode:
is bound to switch-to-haskell
is bound to switch-to-haskell
is bound to inferior-haskell-load-file
is bound to inferior-haskell-type
is bound to inferior-haskell-info
The Haskell interpreter used by the inferior Haskell mode is
auto-detected by default, but is customizable via the
haskell-program-name variable.
Currently, GHCi and Hugs are support as Haskell interpreter.
TODO/WRITEME