Module Topllib__ToplAutomaton
type transition={source : vindex;target : vindex;label : Topllib.ToplAst.label option;}
val make : Topllib.ToplAst.t list -> tval vcount : t -> intval tfilter_map : t -> f:(transition -> 'a option) -> 'a listval registers : t -> Topllib.ToplAst.register_name listval pp_message_of_state : Stdlib.Format.formatter -> (t * tindex) -> unitPrint "property P reaches state E".
val is_start : t -> vindex -> boolval is_error : t -> vindex -> boolval pp_transition : Stdlib.Format.formatter -> transition -> unit