Module For_fuzz_testing.Scenario

type t =
  1. | Log
  2. | Call of {
    1. await : bool;
    2. spec : t list;
    }
  3. | Parallel of t list