sdp-0.2.1: src/Control/Concurent/SDP/TUnrolled.hs
{- |
Module : Control.Concurent.SDP.TUnrolled
Copyright : (c) Andrey Mulik 2020-2021
License : BSD-style
Maintainer : work.a.mulik@gmail.com
Portability : portable
"Control.Concurent.SDP.TUnrolled" provides mutable lazy boxed bordered
unrolled linked list.
-}
module Control.Concurent.SDP.TUnrolled
{-# 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.TUnrolled
)
where
import Control.Concurrent.SDP.TUnrolled