Module Rustsymex.MonadState

type t = {
  1. trace : Trace.t;
  2. subst : Charon.Substitute.subst;
  3. generic_layouts : Layout_common.t TypeMap.t;
}
val empty : t