Description
STM stores for apecs.
Description
Apecs stores that live in the STM monad, and other tools.
README.md
apecs-stm
Experimental STM stores, allow apecs to be run in the STM monad.
atomically . cmap $ \(Position p, Velocity v) -> Position (v+p)