Next: , Previous: , Up: Top   [Index]


13 Inferior Haskell interpreter

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:

C-c C-z

is bound to switch-to-haskell

C-c C-b

is bound to switch-to-haskell

C-c C-l

is bound to inferior-haskell-load-file

C-c C-t

is bound to inferior-haskell-type

C-c C-i

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