Type alias WriteFirstTMRuleOutput

WriteFirstTMRuleOutput: {
    changeStates: readonly {
        read: TMSymbol;
        thenGoTo: TMState | "HALT";
    }[];
    move: TMMove;
    write: TMSymbol;
}

Type declaration

Generated using TypeDoc