[Haskell-cafe] ghc-mod version 4.1.0

Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=) kazu at iij.ad.jp
Thu May 1 02:58:09 UTC 2014


Hello guys,

I have released ghc-mod version 4.1.0. In this version, ghc-modi
provides "info" and "type" commands. This means that you can display
types and information of expressions very quickly on Emacs.

	http://hackage.haskell.org/package/ghc-mod

Thanks to GHC's -fdefer-type-errors, "type" and "info" can work even
if the file contains type errors. Yay! Of course, you can make use of
GHC's hole. For more information, please read the "Types" subsection
of the following page:

	http://mew.org/~kazu/proj/ghc-mod/en/emacs.html

Enjoy!

--Kazu


More information about the Haskell-Cafe mailing list