@hackage stm-tlist0.1.1

Mutable, singly-linked list in STM

This package provides a mutable, singly-linked list type for use in STM. It is based on the design of Control.Concurrent.TChan, and can be used to implement a wide variety of channel types.