From: simonm Date: Mon, 22 Dec 1997 13:56:55 +0000 (+0000) Subject: [project @ 1997-12-22 13:56:55 by simonm] X-Git-Tag: Approx_2487_patches~1126 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d551a33a685f53d5285ba45538aa6fdfc3cb8c7e;p=ghc-hetmet.git [project @ 1997-12-22 13:56:55 by simonm] fix a couple of typos. --- diff --git a/ghc/docs/users_guide/2-10-notes.lit b/ghc/docs/users_guide/2-10-notes.lit index b4dbf34..42aaa48 100644 --- a/ghc/docs/users_guide/2-10-notes.lit +++ b/ghc/docs/users_guide/2-10-notes.lit @@ -1,11 +1,11 @@ -Changes made since 2.08: +Changes made since 2.09: \begin{itemize} -\item export some missing operations from ST/LazyST +\item export some missing operations from @ST@/@LazyST@. \item remove wired-in @runST@ from the compiler, move @runST@ from -@STBase@ to @Unsafe@ and give it a type signature. Fix a bug in the +@STBase@ to @UnsafeST@ and give it a type signature. Fix a bug in the compiler to do with universal quantification so this actually works. \item fix cut-n-paste-o in @PosixUtils.lhs@.