@hackage apecs-stm0.1.5
STM stores for apecs
Categories
License
BSD-3-Clause
Maintainer
jonascarpay@gmail.com
Links
Versions
Installation
Dependencies (8)
- apecs >=0.9.3 && <0.10
- base >=4.9 && <5
- containers >=0.5 && <0.8
- list-t >=1 && <1.2
- stm >=2.3 && <3
- stm-containers >=1.1 && <2 Show all…
Dependents (0)
apecs-stm
Experimental STM stores, allow apecs to be run in the STM monad.
atomically . cmap $ \(Position p, Velocity v) -> Position (v+p)