Commit 2025-01-16 21:58 fc139ddc
View on Github →chore(Mathlib/Computability/TuringMachine): split file (#20790)
This PR splits Mathlib/Computability/TuringMachine
by moving to a new file the initial 600 or so lines, which deal with the definition of the tape data structure that a Turing machine uses.
This reduces the size of this large file to less than 2100 lines.