@hackage transactional-events0.1.0.0
Transactional events, based on Concurrent ML semantics
Categories
License
BSD-3-Clause
Maintainer
Ryan Ingram <ryani.spam@gmail.com>
Links
- Documentation
- No source repository
- Security
Versions
- 0.1.0.0 Mon, 11 Apr 2016
Installation
Dependencies (4)
- ListZipper >=1.1 && <2.0
- MonadPrompt >=1.0 && <2.0
- base >=3.0
- stm >=2.0 && <2.3 Show all…
Dependents (1)
@hackage/acme-everything
A quick-and-dirty implementation of transactional events. Matthew Fluet's version ("http://ttic.uchicago.edu/~fluet/research/tx-events/") is probably a better implmentation, but this is an interesting start for a technique to experiment with.