mealy machine in ocaml -


i want take composition of 2 mealy machines , 2 finite state transducers. how represent mealy machine/transducer in ocaml?

what's problem nicollet's answer previous question ? add output : 'state * 'letter -> 'output member record, , you're done.


Comments