emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-tng-mode 7060573 286/385: moar work to do here


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 7060573 286/385: moar work to do here
Date: Tue, 5 Oct 2021 23:59:49 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit 70605739ccaa44422b1172394980773baa9d2066
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]