ghc-mod's type result is not a guess!
This commit is contained in:
parent
644ee82a02
commit
aa75d2213e
@ -82,7 +82,7 @@
|
|||||||
(if (null tinfos)
|
(if (null tinfos)
|
||||||
(progn
|
(progn
|
||||||
(ghc-type-clear-overlay)
|
(ghc-type-clear-overlay)
|
||||||
(message "Cannot guess type"))
|
(message "Cannot determine type"))
|
||||||
(let* ((tinfo (nth (ghc-type-get-ix) tinfos))
|
(let* ((tinfo (nth (ghc-type-get-ix) tinfos))
|
||||||
(type (ghc-tinfo-get-info tinfo))
|
(type (ghc-tinfo-get-info tinfo))
|
||||||
(beg-line (ghc-tinfo-get-beg-line tinfo))
|
(beg-line (ghc-tinfo-get-beg-line tinfo))
|
||||||
|
Loading…
Reference in New Issue
Block a user