We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80225e0 + 895dac7 commit 9c93193Copy full SHA for 9c93193
haskell-interactive-mode.el
@@ -259,15 +259,6 @@ do the
259
"\n:}\n"
260
(format ":set prompt2 \"%s\"" haskell-interactive-prompt2)))))
261
262
-(defun haskell-interactive-trim (line)
263
- "Trim indentation off of LINE in the REPL."
264
- (if (and (string-match "^[ ]+" line)
265
- (> (length line)
266
- (length haskell-interactive-prompt)))
267
- (substring line
268
- (length haskell-interactive-prompt))
269
- line))
270
-
271
(defun haskell-interactive-mode-line-is-query (line)
272
"Is LINE actually a :t/:k/:i?"
273
(and (string-match "^:[itk] " line)
0 commit comments