{- | Module : Control.Concurent.SDP.TUnlist Copyright : (c) Andrey Mulik 2020-2021 License : BSD-style Maintainer : work.a.mulik@gmail.com Portability : portable "Control.Concurent.SDP.TUnlist" provides lazy boxed unrolled linked list of @stm@ 'TVar's. -} module Control.Concurent.SDP.TUnlist {-# 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.TUnlist ) where import Control.Concurrent.SDP.TUnlist