Next: Introduction, Up: (dir) [Index]
Haskell Mode is an Haskell development Environment for GNU Emacs version 23 or later. It provides syntax-based indentation, font locking, editing cabal files, and supports running an inferior Haskell interpreter (e.g. GHCi).
| • Introduction: | An introduction to Haskell Mode | |
| • Getting Help and Reporting Bugs: | How to improve Haskell Mode | |
| • Getting Started: | How to get started | |
| • Editing Haskell Code: | How to edit code | |
| • Unicode support: | How to use Unicode | |
| • Indentation: | Notes about indentation | |
| • Declaration scanning: | How to navigate in a source file | |
| • Compilation: | How to compile | |
| • Inferior Haskell interpreter: | How to interact with GHCi (1) | |
| • Interactive Haskell: | How to interact with GHCi (2) | |
| • Editing Cabal files: | Cabal support | |
| • Concept index: | Index of Haskell Mode concepts | |
| • Function index: | index of commands | |
| • Variable index: | Index of options and types |
This manual is for Haskell mode, version 13.14
Copyright © 2013 Haskell Mode contributors.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.
Next: Introduction, Up: (dir) [Index]