Module Logging.AstateRec

type t = {
  1. state : state_t;
  2. preds : Engine.Preds.t;
  3. wands : Engine.Wands.t;
  4. variants : variants_t;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or