{- |
    Module      :  Control.Concurent.SDP.TArray
    Copyright   :  (c) Andrey Mulik 2020-2021
    License     :  BSD-style
    Maintainer  :  work.a.mulik@gmail.com
    Portability :  portable
    
    "Control.Concurent.SDP.TArray" provides lazy boxed array of @stm@ 'TVar's.
-}
module Control.Concurent.SDP.TArray
{-# WARNING "This module is the result of a typo in the word \
      \@concurrent@ and will be removed in sdp-0.3" #-}
(
  module Control.Concurrent.SDP.TArray
)
where

import Control.Concurrent.SDP.TArray