Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions haskell-doc.el
Original file line number Diff line number Diff line change
Expand Up @@ -1541,8 +1541,8 @@ If SYNC is non-nil, make the call synchronously instead."
:go (lambda (_) (haskell-process-send-string process ghci-command))
:complete
(lambda (_ response)
(funcall callback (funcall process-response response))))))
'async)))
(funcall callback (funcall process-response response)))))
'async))))

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