Module Engine.Gbranch

type 'a t = {
  1. pc : Gpc.t;
  2. value : 'a;
}