From b57a93743f6d31a481bf462c6cf867196f9b60ab Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 19 Sep 2010 13:29:27 +0000 Subject: [PATCH] Add a release note about the typechecker --- docs/users_guide/7.0.1-notes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 1.7.10.4