X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST%2FLazy.hs;h=ea30d2045611d8c561889afb81487ed9b13f7015;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=8b2f41b050f903f7fff84ac953162a26281f6246;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Monad/ST/Lazy.hs b/Control/Monad/ST/Lazy.hs index 8b2f41b..ea30d20 100644 --- a/Control/Monad/ST/Lazy.hs +++ b/Control/Monad/ST/Lazy.hs @@ -8,8 +8,6 @@ -- Stability : provisional -- Portability : non-portable (requires universal quantification for runST) -- --- $Id: Lazy.hs,v 1.5 2002/04/24 16:31:39 simonmar Exp $ --- -- This module presents an identical interface to Control.Monad.ST, -- but the underlying implementation of the state thread is lazy. --