@@ -67,8 +67,7 @@ interpreter (e.g. GHCi).
67
67
* Module templates :: Module templates
68
68
* Declaration scanning :: How to navigate in a source file
69
69
* Compilation :: How to compile
70
- * Inferior Haskell interpreter :: How to interact with GHCi (1)
71
- * Interactive Haskell :: How to interact with GHCi (2)
70
+ * Interactive Haskell :: How to interact with GHCi
72
71
* Editing Cabal files :: Cabal support
73
72
* Browsing Haddocks :: Using @code {w3m } to browse documentation
74
73
* Spell checking strings and comments :: Using @code {flyspell-prog-mode }
@@ -1149,49 +1148,6 @@ temporarily by invoking @code{haskell-compile} with a prefix argument
1149
1148
same customized compile command, invoke @code {recompile } (bound to
1150
1149
@kbd {g }) inside the @samp {*haskell-compilation* } buffer.
1151
1150
1152
- @node Inferior Haskell interpreter
1153
- @chapter Inferior Haskell interpreter
1154
-
1155
- @findex inferior-haskell-find-definition
1156
- @findex inferior-haskell-find-haddock
1157
- @findex inferior-haskell-info
1158
- @findex inferior-haskell-load-and-run
1159
- @findex inferior-haskell-load-file
1160
- @findex inferior-haskell-mode
1161
- @findex inferior-haskell-reload-file
1162
- @findex inferior-haskell-start-process
1163
- @findex inferior-haskell-type
1164
- @vindex haskell-program-name
1165
- @vindex inferior-haskell-mode-hook
1166
-
1167
- The major mode @code {inferior-haskell-mode } provides support for
1168
- interacting with an inferior Haskell process based on
1169
- @code {comint-mode }.
1170
-
1171
- By default the @code {haskell-mode-map } keymap is setup to use this mode:
1172
-
1173
- @table @kbd
1174
- @item C-c C-z
1175
- is bound to @code {switch-to-haskell }
1176
- @item C-c C-b
1177
- is bound to @code {switch-to-haskell }
1178
- @item C-c C-l
1179
- is bound to @code {inferior-haskell-load-file }
1180
- @item C-c C-t
1181
- is bound to @code {inferior-haskell-type }
1182
- @item C-c C-i
1183
- is bound to @code {inferior-haskell-info }
1184
- @end table
1185
-
1186
- The Haskell interpreter used by the inferior Haskell mode is
1187
- auto-detected by default, but is customizable via the
1188
- @code {haskell-program-name } variable.
1189
-
1190
- Currently, GHCi and Hugs are support as Haskell interpreter.
1191
-
1192
- TODO/WRITEME
1193
- @c write about supported features
1194
-
1195
1151
@node Interactive Haskell
1196
1152
@chapter Interactive Haskell
1197
1153
0 commit comments