Skip to content

Commit 8f6a084

Browse files
committed
Fix typo in haskell-process-get-type
1 parent 773540c commit 8f6a084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-doc.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1541,8 +1541,8 @@ If SYNC is non-nil, make the call synchronously instead."
15411541
:go (lambda (_) (haskell-process-send-string process ghci-command))
15421542
:complete
15431543
(lambda (_ response)
1544-
(funcall callback (funcall process-response response))))))
1545-
'async)))
1544+
(funcall callback (funcall process-response response)))))
1545+
'async))))
15461546

15471547
(defun haskell-doc-sym-doc (sym)
15481548
"Show the type of given symbol SYM.

0 commit comments

Comments
 (0)