WFA.Makemodule S : Algebra.Semiring.Ttype s = S.tmk init trans out constructs a WFA from flat lists. init has length n (one entry per state). trans maps each character to a flat list of length n² (row-major). out has length n.
val to_string : t -> Base.stringval stats_to_string : t -> Base.string