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 532890f + 2bdfa6e commit 2c4e4aeCopy full SHA for 2c4e4ae
haskell-interactive-mode.el
@@ -1016,8 +1016,8 @@ don't care when the thing completes as long as it's soonish."
1016
"Look for an <interactive> compile error; if there is one, pop
1017
that up in a buffer, similar to `debug-on-error'."
1018
(when (and haskell-interactive-types-for-show-ambiguous
1019
- (string-match "^\n<interactive>:[0-9]+:[0-9]+:" response)
1020
- (not (string-match "^\n<interactive>:[0-9]+:[0-9]+:[\n ]+Warning:" response)))
+ (string-match "^\n<interactive>:[-0-9]+:[-0-9]+:" response)
+ (not (string-match "^\n<interactive>:[-0-9]+:[-0-9]+:[\n ]+Warning:" response)))
1021
(let ((inhibit-read-only t))
1022
(delete-region haskell-interactive-mode-prompt-start (point))
1023
(set-marker haskell-interactive-mode-prompt-start
0 commit comments