From: simonm Date: Mon, 2 Feb 1998 11:54:22 +0000 (+0000) Subject: [project @ 1998-02-02 11:54:22 by simonm] X-Git-Tag: Approx_2487_patches~1026 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=707c6d4c07647f357726fdb68602e7ad40034764;p=ghc-hetmet.git [project @ 1998-02-02 11:54:22 by simonm] HBC's QSort algorithm moved into List. --- diff --git a/ghc/docs/users_guide/3-01-notes.vsgml b/ghc/docs/users_guide/3-01-notes.vsgml index bd94803..ebb3bb2 100644 --- a/ghc/docs/users_guide/3-01-notes.vsgml +++ b/ghc/docs/users_guide/3-01-notes.vsgml @@ -6,10 +6,14 @@ Changes made since 3.00: - Fix interaction of "hiding" on import with "module M" on export. + Fix interaction of "hiding" on import with "module M" on export. - Fix some floating point conversion problems in @floatExtreme.lc@. + Fix some floating point conversion problems in @floatExtreme.lc@. - New Hugs/GHC interface New Hugs/GHC interface moved @showOct@ and @showHex@ from @Numeric@ to @NumExts@. + + imported HBC's quick-sort algorithm from @QSort@ into @List@.