goblint.lib
MakeSpec.Automaton
goblint.sites
goblint_sites_dune
goblint_sites_js
type q = int
type t = MyCFG.node * MyCFG.node
val initial : q
val next : q -> t -> q
val accepting : q -> bool