From: qrczak Date: Sat, 7 Apr 2001 22:31:11 +0000 (+0000) Subject: [project @ 2001-04-07 22:31:11 by qrczak] X-Git-Tag: Approximately_9120_patches~2178 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b697d6ce45591dcffe5f98b29681332b61d7e65f;p=ghc-hetmet.git [project @ 2001-04-07 22:31:11 by qrczak] Mention {Diff,Storable}Array and Monad{List,Cont}. Aren't working fundeps new in ghc-5.00? They are not mentioned in release notes. --- diff --git a/ghc/docs/users_guide/5-00-notes.sgml b/ghc/docs/users_guide/5-00-notes.sgml index 968e721..075fab3 100644 --- a/ghc/docs/users_guide/5-00-notes.sgml +++ b/ghc/docs/users_guide/5-00-notes.sgml @@ -113,8 +113,8 @@ putMVar now blocks if the MVar is already full. The - PutFullMVar exception no longer exists. A - non-blocking version of putMVar, + PutFullMVar exception no longer exists. + A non-blocking version of putMVar, tryPutMVar, has been added (). @@ -141,6 +141,11 @@ fromIntegral, which is specialised for all integral types. + + New modules: DiffArray (), + StorableArray (), + MonadList, MonadCont (no documentation yet). +