branch: elpa/haskell-tng-mode commit 70605739ccaa44422b1172394980773baa9d2066 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
moar work to do here --- haskell-tng-hsinspect.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el index f9085a7..77aa460 100644 --- a/haskell-tng-hsinspect.el +++ b/haskell-tng-hsinspect.el @@ -54,6 +54,9 @@ name of the symbol at point in the minibuffer." (when-let* ((entries (mapcar 'car hits)) ;; TODO include function name (selected (popup-menu* entries)) (hit (seq-find (lambda (el) (equal (car el) selected)) hits))) + ;; TODO update the hsinspect-imports cache + ;; TODO add parens around operators + ;; TODO add the type around data constructors (requires hsinspect changes) (haskell-tng--import-symbol (car hit) nil (cdr hit)))))) (defun haskell-tng--hsinspect-import-candidates (index sym)