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.
1 parent 8fbc5f6 commit 23b385bCopy full SHA for 23b385b
inf-haskell.el
@@ -119,7 +119,7 @@ This will either look for a Cabal file or a \"module\" statement in the file."
119
:group 'inferior-haskell
120
(set (make-local-variable 'comint-prompt-regexp)
121
;; Whay the backslash in [\\._[:alnum:]]?
122
- "^\\*?[[:upper:]][\\._[:alnum:]]*\\(?: \\*?[[:upper:]][\\._[:alnum:]]*\\)*> \\|^λ?> $")
+ "^\\*?[[:upper:]][\\._[:alnum:]]*\\(?: \\*?[[:upper:]][\\._[:alnum:]]*\\)*\\( λ\\)?> \\|^λ?> $")
123
(set (make-local-variable 'comint-input-autoexpand) nil)
124
(add-hook 'comint-preoutput-filter-functions
125
'inferior-haskell-send-decl-post-filter)
0 commit comments