Skip to content
Snippets Groups Projects
Commit 038332f7 authored by Malcolm.Wallace@cs.york.ac.uk's avatar Malcolm.Wallace@cs.york.ac.uk
Browse files

further clarify the docs for 'evaluate'

parent 86bc4e07
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment