Skip to content

Commit ea73f54

Browse files
committed
Updated io-sim/README.md file.
1 parent 4084556 commit ea73f54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

io-sim/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ A pure simulator monad built on top of the lazy `ST` monad which supports:
1515
* inspection of `STM` mutable data structures;
1616
* deadlock detection;
1717
* `MonadFix` instances for both `IOSim` and its corresponding `STM` monad.
18+
* partial order reduction (see [IOSimPOR]).
1819

1920
`io-sim` together with [`io-classes`] is a drop-in replacement for the `IO`
2021
monad (with some ramifications). It was designed to write easily testable
@@ -42,3 +43,4 @@ specification.
4243

4344
[`io-classes`]: https://hackage.haskell.org/package/io-classes
4445
[`si-timers`]: https://hackage.haskell.org/package/si-timers
46+
[IOSimPOR]: https://github.com/input-output-hk/io-sim/tree/main/io-sim/how-to-use-IOSimPOR.md

0 commit comments

Comments
 (0)