[project @ 2001-04-09 09:22:00 by sewardj]
authorsewardj <unknown>
Mon, 9 Apr 2001 09:22:00 +0000 (09:22 +0000)
committersewardj <unknown>
Mon, 9 Apr 2001 09:22:00 +0000 (09:22 +0000)
Mention fundeps.

ghc/ANNOUNCE
ghc/docs/users_guide/5-00-notes.sgml

index da0cc46..aed31f8 100644 (file)
@@ -44,7 +44,8 @@ This should be a stable release.  Major changes since 4.08.2 are:
      Combinations of compiled and interpreted modules may be used.
      All the GHC libraries are available in interactive mode, as are
      most of the Glasgow extensions to Haskell 98.  Compilation in
-     interactive mode is fast enough to be useful.
+     interactive mode (to bytecode) is about three times faster than
+     compiling to object code.
 
    - Batch compilation of multiple modules at once, with automatic
      dependency chasing.  For large programs this can halve compilation
@@ -64,10 +65,11 @@ This should be a stable release.  Major changes since 4.08.2 are:
    - Support for the latest Foreign Function Interface (FFI)
      proposals.  Marcin Kowalczyk's hsc2hs tool is included.
 
-   - A language extension: parallel list comprehensions.
+   - Language extensions: parallel list comprehensions and functional
+     dependencies.
 
-   - The usual vast stack of bug fixes.  Most reported bugs have been
-     fixed.
+   - The usual huge collection of bug fixes.  Most reported bugs have
+     been fixed.
 
 For full details see the release notes:
 
index 075fab3..d375b0a 100644 (file)
        linkend="parallel-list-comprehensions">.</para>
       </listitem>
       <listitem>
+       <para>Functional dependencies are now fully implemented.
+       </para>
+      </listitem>
+      <listitem>
        <para>Profiling: please use 
               <literal>{-# SCC ".." #-}</literal> 
               rather than <literal>_scc_ "..."</literal>.  The latter