Parameter Make.G

module Vertex : Stdlib.Hashtbl.HashedType
type transition
val transition_to_string : transition -> string

transition_to_string is used only for debugging purposes; it can return "".

val skip : transition

A skip transition is one that does not change the state.