X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2F7.0.1-notes.xml;h=1c10827a7ad9f960c0529886db2fa31f6b3d6594;hb=1c1ed8694bdd24b003fa5935d001a1835e9b0f4e;hp=31ac6099d07b0bf57a6d84a9b012b0d0b0b7a446;hpb=08cbd87617fca8930e37cc5f7100f0e05a0c025f;p=ghc-hetmet.git 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.