X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST.hs;h=02d8d15d76530ec9f2d85f4a6d2370db1e71d568;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=6d19b9c95f323a109744471ffd6dc68f6e3dc55e;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=haskell-directory.git diff --git a/Control/Monad/ST.hs b/Control/Monad/ST.hs index 6d19b9c..02d8d15 100644 --- a/Control/Monad/ST.hs +++ b/Control/Monad/ST.hs @@ -8,8 +8,6 @@ -- Stability : experimental -- Portability : non-portable (requires universal quantification for runST) -- --- $Id: ST.hs,v 1.6 2002/04/24 16:31:38 simonmar Exp $ --- -- The State Transformer Monad, ST -- -----------------------------------------------------------------------------