From b697d6ce45591dcffe5f98b29681332b61d7e65f Mon Sep 17 00:00:00 2001 From: qrczak Date: Sat, 7 Apr 2001 22:31:11 +0000 Subject: [PATCH] [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. --- ghc/docs/users_guide/5-00-notes.sgml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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). + -- 1.7.10.4