dejafu/Control/Concurrent
Michael Walker f79f7fd245 Add a MonadSTM
- Each MonadConc has an associated MonadSTM, transactions of which
   it can run atomically.
 - The MonadSTM for IO is STM.
 - Conc and ConcIO do not yet have a MonadSTM.
2015-02-09 15:30:54 +00:00
..
CVar Refactor code and update docs to make more not-me friendly 2015-02-01 01:21:42 +00:00
STM Add a MonadSTM 2015-02-09 15:30:54 +00:00
CVar.hs Move CVars into Control.Concurrent 2015-01-28 17:59:17 +00:00