diff --git a/README.md b/README.md index e4dc3b35..da015839 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,11 @@ a complex, highly concurrent, distributed system * write network simulations, to verify a complex networking stack; * write disk IO simulations, to verify a database implementation. -### Supporting material +## Supporting material * [Philipp Kant (@kantp) at Bobconf 2022][bob-conf] * [Armando Santos (@bolt12) at ZuriHac 2022][zuriHac-2022] +* [Marcin Szamotulski (@coot) IOSim and Partial Order Reduction][io-sim-por-presentation] ## Packages @@ -64,7 +65,7 @@ a complex, highly concurrent, distributed system * [`io-classes:strict-stm`]: strict STM operations * [`io-classes:si-timers`]: non-standard timers API -### Issues +## Issues New issues should be reported in [this][io-sim-issues] repository. @@ -83,3 +84,4 @@ New issues should be reported in [this][io-sim-issues] repository. [bob-conf]: https://youtu.be/uedUGeWN4ZM [zuriHac-2022]: https://youtu.be/tKIYQgJnGkA +[io-sim-por-presentation]: https://coot.me/presentations/iosimpor.pdf diff --git a/io-sim/README.md b/io-sim/README.md index e32ea63c..06fd9e0a 100644 --- a/io-sim/README.md +++ b/io-sim/README.md @@ -40,8 +40,18 @@ our implementation matches the specification and the `GHC` implementation, but also the other way around: that `GHC`s `STM` implementation meets the specification. +## Supporting material + +* [Philipp Kant (@kantp) at Bobconf 2022][bob-conf] +* [Armando Santos (@bolt12) at ZuriHac 2022][zuriHac-2022] +* [Marcin Szamotulski (@coot) IOSim and Partial Order Reduction][io-sim-por-presentation] + [`io-sim`]: https://hackage.haskell.org/package/io-sim [`io-classes`]: https://input-output-hk.github.io/io-sim/io-classes/index.html [`si-timers`]: https://input-output-hk.github.io/io-sim/io-classes/si-timers/index.html [`IOSimPOR`]: https://github.com/input-output-hk/io-sim/tree/main/io-sim/how-to-use-IOSimPOR.md [`IOSim`]: https://hackage.haskell.org/package/io-sim/docs/Control-Monad-IOSim.html#t:IOSim + +[bob-conf]: https://youtu.be/uedUGeWN4ZM +[zuriHac-2022]: https://youtu.be/tKIYQgJnGkA +[io-sim-por-presentation]: https://coot.me/presentations/iosimpor.pdf