From: Ian Lynagh Date: Sun, 19 Sep 2010 13:29:27 +0000 (+0000) Subject: Add a release note about the typechecker X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b57a93743f6d31a481bf462c6cf867196f9b60ab Add a release note about the typechecker --- diff --git a/docs/users_guide/7.0.1-notes.xml b/docs/users_guide/7.0.1-notes.xml index 31ac609..1c10827 100644 --- a/docs/users_guide/7.0.1-notes.xml +++ b/docs/users_guide/7.0.1-notes.xml @@ -59,6 +59,14 @@ $ ghci -package haskell2010 -hide-package base -hide-package array + The type checker has been overhauled, which means it is now + able to correctly handle interactions between the type system + extensions. + + + + + The inliner has been overhauled, which should in general give better performance while reducing unnecessary code-size explosion.