module Control.Concurrent.Bag.BufferType ( BufferType (..) ) where data BufferType = Queue | Stack