ObserverAnalysis.StepObserverAutomaton
type q
type t = MyCFG.node * MyCFG.node
val initial : q
val next : q -> t -> q
val accepting : q -> bool