Skip to content

Commit dffa001

Browse files
authored
Merge pull request #210 from input-output-hk/coot/readmes
Added link to an IOSimPOR presentation
2 parents 7cb1097 + bb272d4 commit dffa001

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ a complex, highly concurrent, distributed system
4848
* write network simulations, to verify a complex networking stack;
4949
* write disk IO simulations, to verify a database implementation.
5050

51-
### Supporting material
51+
## Supporting material
5252

5353
* [Philipp Kant (@kantp) at Bobconf 2022][bob-conf]
5454
* [Armando Santos (@bolt12) at ZuriHac 2022][zuriHac-2022]
55+
* [Marcin Szamotulski (@coot) IOSim and Partial Order Reduction][io-sim-por-presentation]
5556

5657

5758
## Packages
@@ -64,7 +65,7 @@ a complex, highly concurrent, distributed system
6465
* [`io-classes:strict-stm`]: strict STM operations
6566
* [`io-classes:si-timers`]: non-standard timers API
6667

67-
### Issues
68+
## Issues
6869

6970
New issues should be reported in [this][io-sim-issues] repository.
7071

@@ -83,3 +84,4 @@ New issues should be reported in [this][io-sim-issues] repository.
8384

8485
[bob-conf]: https://youtu.be/uedUGeWN4ZM
8586
[zuriHac-2022]: https://youtu.be/tKIYQgJnGkA
87+
[io-sim-por-presentation]: https://coot.me/presentations/iosimpor.pdf

io-sim/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,18 @@ our implementation matches the specification and the `GHC` implementation, but
4040
also the other way around: that `GHC`s `STM` implementation meets the
4141
specification.
4242

43+
## Supporting material
44+
45+
* [Philipp Kant (@kantp) at Bobconf 2022][bob-conf]
46+
* [Armando Santos (@bolt12) at ZuriHac 2022][zuriHac-2022]
47+
* [Marcin Szamotulski (@coot) IOSim and Partial Order Reduction][io-sim-por-presentation]
48+
4349
[`io-sim`]: https://hackage.haskell.org/package/io-sim
4450
[`io-classes`]: https://input-output-hk.github.io/io-sim/io-classes/index.html
4551
[`si-timers`]: https://input-output-hk.github.io/io-sim/io-classes/si-timers/index.html
4652
[`IOSimPOR`]: https://github.com/input-output-hk/io-sim/tree/main/io-sim/how-to-use-IOSimPOR.md
4753
[`IOSim`]: https://hackage.haskell.org/package/io-sim/docs/Control-Monad-IOSim.html#t:IOSim
54+
55+
[bob-conf]: https://youtu.be/uedUGeWN4ZM
56+
[zuriHac-2022]: https://youtu.be/tKIYQgJnGkA
57+
[io-sim-por-presentation]: https://coot.me/presentations/iosimpor.pdf

0 commit comments

Comments
 (0)