X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FSTRef.hs;h=336a61fbd30aabfb79b2b2bb320f590cbbd5bea3;hb=1819f73fc5bb82bf8e2a57905edfde81017d9167;hp=81b135173fff8343a54dab21b646ec0465a1fd75;hpb=d4d4ccf5a5563ae4886a472a5a2fce530c28ed1a;p=ghc-base.git diff --git a/Data/STRef.hs b/Data/STRef.hs index 81b1351..336a61f 100644 --- a/Data/STRef.hs +++ b/Data/STRef.hs @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable (requires non-portable module ST) -- --- Mutable references in the ST monad. +-- Mutable references in the (strict) ST monad. -- -----------------------------------------------------------------------------