From d551a33a685f53d5285ba45538aa6fdfc3cb8c7e Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 22 Dec 1997 13:56:55 +0000 Subject: [PATCH] [project @ 1997-12-22 13:56:55 by simonm] fix a couple of typos. --- ghc/docs/users_guide/2-10-notes.lit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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@. -- 1.7.10.4