[project @ 2002-05-10 15:41:33 by simonmar]
[ghc-base.git] / Data / STRef.hs
index 2331ef9..81b1351 100644 (file)
@@ -13,6 +13,7 @@
 -----------------------------------------------------------------------------
 
 module Data.STRef (
+       -- * STRefs
        STRef,          -- abstract, instance Eq
        newSTRef,       -- :: a -> ST s (STRef s a)
        readSTRef,      -- :: STRef s a -> ST s a