From: simonmar Date: Mon, 4 Apr 2005 08:02:53 +0000 (+0000) Subject: [project @ 2005-04-04 08:02:53 by simonmar] X-Git-Tag: arity-anal-branch-point~11 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4da1c539f7ef44759f77a01b0335f0e303ceb503;hp=c5739b9a47edd8003719fdc8c43b43947f95102f;p=haskell-directory.git [project @ 2005-04-04 08:02:53 by simonmar] doc fix --- diff --git a/Control/Monad/ST.hs b/Control/Monad/ST.hs index 0e34857..0a40720 100644 --- a/Control/Monad/ST.hs +++ b/Control/Monad/ST.hs @@ -10,7 +10,7 @@ -- -- This library provides support for /strict/ state threads, as -- described in the PLDI \'94 paper by John Launchbury and Simon Peyton --- Jones /Lazy State Threads/. +-- Jones /Lazy Functional State Threads/. -- -----------------------------------------------------------------------------