TransitionFunction maps a State and an Input symbol to the next State. It's declared as its own type to improve readability and reuse across the codebase.
TransitionFunction maps a State and an Input symbol to the next State. It's declared as its own type to improve readability and reuse across the codebase.