Remove unused imports from base
[ghc-base.git] / Data / STRef / Strict.hs
1 -----------------------------------------------------------------------------
2 -- |
3 -- Module      :  Data.STRef.Strict
4 -- Copyright   :  (c) The University of Glasgow 2001
5 -- License     :  BSD-style (see the file libraries/base/LICENSE)
6 -- 
7 -- Maintainer  :  libraries@haskell.org
8 -- Stability   :  provisional
9 -- Portability :  non-portable (uses Control.Monad.ST.Strict)
10 --
11 -- Mutable references in the (strict) ST monad (re-export of "Data.STRef")
12 --
13 -----------------------------------------------------------------------------
14
15 module Data.STRef.Strict (
16         module Data.STRef
17   ) where
18
19 import Data.STRef