thalerjonathan / chimera

A library for pure functional Agent-Based Simulation in Haskell
GNU General Public License v3.0
13 stars 0 forks source link

Allow to run agents with STM as their innermost Monad #23

Open thalerjonathan opened 6 years ago

thalerjonathan commented 6 years ago

I have shown in my PhD, that STM maps nicely to concepts of ABS and allows it to scale up to massively large-scale. Would be great if there exists a general running function for STM.