diff options
author | ross <unknown> | 2003-09-08 16:23:58 +0000 |
---|---|---|
committer | ross <unknown> | 2003-09-08 16:23:58 +0000 |
commit | 1a92b1b378ac1661b9ef8d7c77339d15456ff753 (patch) | |
tree | 005f60b5f83df67d2bacaac0c47740974ace0e7d /libraries/base/GHC/Base.lhs | |
parent | 82ea78e499fd96d582ef2bcb1bef001f786e299a (diff) | |
download | haskell-1a92b1b378ac1661b9ef8d7c77339d15456ff753.tar.gz |
[project @ 2003-09-08 16:23:57 by ross]
ST doc adjustments
Diffstat (limited to 'libraries/base/GHC/Base.lhs')
-rw-r--r-- | libraries/base/GHC/Base.lhs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/GHC/Base.lhs b/libraries/base/GHC/Base.lhs index 1d786bb369..988c94e46f 100644 --- a/libraries/base/GHC/Base.lhs +++ b/libraries/base/GHC/Base.lhs @@ -994,8 +994,8 @@ unpackNBytes# addr len# = unpack [] (len# -# 1#) #ifdef __HADDOCK__ \begin{code} --- | A placeholder argument for the 'Control.Monad.ST.ST' type constructor, --- to mark a state embedded in the 'Prelude.IO' monad by +-- | A special argument for the 'Control.Monad.ST.ST' type constructor, +-- indexing a state embedded in the 'Prelude.IO' monad by -- 'Control.Monad.ST.stToIO'. data RealWorld \end{code} |