From 4da1c539f7ef44759f77a01b0335f0e303ceb503 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 4 Apr 2005 08:02:53 +0000 Subject: [PATCH 1/1] [project @ 2005-04-04 08:02:53 by simonmar] doc fix --- Control/Monad/ST.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/. -- ----------------------------------------------------------------------------- -- 1.7.10.4