further clarify the docs for 'evaluate'
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Tue, 8 May 2007 10:11:24 +0000 (10:11 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Tue, 8 May 2007 10:11:24 +0000 (10:11 +0000)
GHC/Exception.lhs

index fd28004..5cee08f 100644 (file)
@@ -102,8 +102,8 @@ unblock (IO io) = IO $ unblockAsyncExceptions# io
 \end{code}
 
 \begin{code}
--- | Forces its argument to be evaluated, and returns the result in
--- the 'IO' monad.  It can be used to order evaluation with respect to
+-- | Forces its argument to be evaluated when the resultant 'IO' action
+-- is executed.  It can be used to order evaluation with respect to
 -- other 'IO' operations; its semantics are given by
 --
 -- >   evaluate x `seq` y    ==>  y