[project @ 1997-12-22 13:56:55 by simonm]
authorsimonm <unknown>
Mon, 22 Dec 1997 13:56:55 +0000 (13:56 +0000)
committersimonm <unknown>
Mon, 22 Dec 1997 13:56:55 +0000 (13:56 +0000)
fix a couple of typos.

ghc/docs/users_guide/2-10-notes.lit

index b4dbf34..42aaa48 100644 (file)
@@ -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@.