apecs-stm-0.1.1: README.md
# apecs-stm Experimental STM stores, allow apecs to be run in the STM monad. ```haskell atomically . cmap $ \(Position p, Velocity v) -> Position (v+p) ```
# apecs-stm Experimental STM stores, allow apecs to be run in the STM monad. ```haskell atomically . cmap $ \(Position p, Velocity v) -> Position (v+p) ```