Ft_turing.Utils
error msg
used for all matters of interruption of the program thoughout execution
err_invalid_type std t field
is called whenever an error of typing occurs during parsing of json file
val assert_transition_ok :
( string * 'a, string * 'b * 'c ) Stdlib.Hashtbl.t ->
(string * 'b * 'c) ->
string ->
'a ->
string list ->
unit
assert_transition_ok transitbl t state_key read_key alphabet states
asserts a given transition is coherent and complies with specifications of turing machine definition.