From aa75d2213e9ae8e93511ad1d2cc4a575805776f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Wed, 6 May 2015 16:16:47 +0200 Subject: [PATCH] ghc-mod's type result is not a guess! --- elisp/ghc-info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-info.el b/elisp/ghc-info.el index eed8bd5..d7854c5 100644 --- a/elisp/ghc-info.el +++ b/elisp/ghc-info.el @@ -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))