File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ A pure simulator monad built on top of the lazy `ST` monad which supports:
15
15
* inspection of ` STM ` mutable data structures;
16
16
* deadlock detection;
17
17
* ` MonadFix ` instances for both ` IOSim ` and its corresponding ` STM ` monad.
18
+ * partial order reduction (see [ IOSimPOR] ).
18
19
19
20
` io-sim ` together with [ ` io-classes ` ] is a drop-in replacement for the ` IO `
20
21
monad (with some ramifications). It was designed to write easily testable
@@ -42,3 +43,4 @@ specification.
42
43
43
44
[ `io-classes` ] : https://hackage.haskell.org/package/io-classes
44
45
[ `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
You can’t perform that action at this time.
0 commit comments