File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1849,9 +1849,11 @@ This function switches to and potentially loads many buffers."
1849
1849
doc ))))
1850
1850
1851
1851
(defun inferior-haskell-kind (sym )
1852
+ " Find the kind of SYM with `:kind' ghci feature."
1852
1853
(inferior-haskell-get-result (format " :kind %s " sym)))
1853
1854
1854
1855
(defun inferior-haskell-type (sym )
1856
+ " Find the type of SYM with `:type' ghci feature."
1855
1857
(inferior-haskell-get-result (format " :type (%s ) " sym)))
1856
1858
1857
1859
(provide 'haskell-doc )
Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ setting up the inferior-haskell buffer."
241
241
(haskell-string-chomp (car inferior-haskell-result-history))))
242
242
243
243
(defun inferior-haskell-init ()
244
+ " The first thing run while initalizing inferior-haskell-buffer"
244
245
(with-local-quit
245
246
(with-current-buffer inferior-haskell-buffer
246
247
(process-send-string (inferior-haskell-process) " \n " )
You can’t perform that action at this time.
0 commit comments