Module Ctltracenba

type rules =
  1. | Branch of Tcsctlstarformula.block * int * bool
  2. | Follow of Tcsctlstarformula.block * int
  3. | Next0
  4. | Next1 of Tcsctlstarformula.block
  5. | Delete of Tcsctlstarformula.block * int
  6. | DeleteBlock of Tcsctlstarformula.block
type ctl_trace_nba_state =
  1. | Failed
  2. | Waiting
  3. | Tracking of Tcsctlstarformula.block * int