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 24c0abf commit 98c6ddeCopy full SHA for 98c6dde
haskell-process.el
@@ -946,8 +946,8 @@ now."
946
(defun haskell-process-haskell-docs-ident (ident)
947
"Search with haskell-docs for IDENT, returns a list of modules."
948
(remove-if-not (lambda (a) (string-match "^[A-Z][A-Za-b0-9_'.]+$" a))
949
- (split-string (shell-command-to-string (concat "haskell-docs --modules " ident))
950
- "\n")))
+ (split-string (shell-command-to-string (concat "haskell-docs --modules " ident))
+ "\n")))
951
952
(defun haskell-process-hoogle-ident (ident)
953
"Hoogle for IDENT, returns a list of modules."
0 commit comments