From: Malcolm.Wallace@cs.york.ac.uk Date: Tue, 8 May 2007 10:11:24 +0000 (+0000) Subject: further clarify the docs for 'evaluate' X-Git-Tag: directory_2007-05-24~12 X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=17de35d4d566bd83a6d15ab72dec3d0fe1dfe1dd further clarify the docs for 'evaluate' --- diff --git a/GHC/Exception.lhs b/GHC/Exception.lhs index fd28004..5cee08f 100644 --- a/GHC/Exception.lhs +++ b/GHC/Exception.lhs @@ -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