ghc-mod's type result is not a guess!

This commit is contained in:
Daniel Gröber 2015-05-06 16:16:47 +02:00
parent 644ee82a02
commit aa75d2213e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
(if (null tinfos)
(progn
(ghc-type-clear-overlay)
(message "Cannot guess type"))
(message "Cannot determine type"))
(let* ((tinfo (nth (ghc-type-get-ix) tinfos))
(type (ghc-tinfo-get-info tinfo))
(beg-line (ghc-tinfo-get-beg-line tinfo))