Behaviour for replaying a Quint trace step on your implementation.
A driver is an imperative shell around your implementation. step/2 receives
a decoded QuintConnect.Step and returns the next implementation state.
Summary
Callbacks
Optional default config for this driver.
Optional one-time setup before first step/2.
Apply one specification step to the implementation.
Types
@type step() :: QuintConnect.Step.t()
Callbacks
@callback config() :: QuintConnect.Config.t()
Optional default config for this driver.
Optional one-time setup before first step/2.
Apply one specification step to the implementation.