ConfSM: return counterexample
Make the function testConfSM return the found counterexample in a way that is compatible with System.IO. This means it is possible to use testConfSM in the IO monad like so: withWorld (testConfSM ...) >>= \(resultState, counterexample) -> ...
Showing
Please register or sign in to comment