Module type Rs.G
Input signature of the functor TsType.Make representing a directed graph data structure.
val init : int -> Base.Predicate.t list -> tval states : t -> (int * Big.t) Base.H_int.tval label : t -> Base.S_predicate.t * int Base.H_predicate.tval edges : t -> (int * l * string) Base.H_int.tval string_of_l : l -> string