(* Title: thys/Rec_Def.thy Author: Jian Xu, Xingyuan Zhang, and Christian Urban Modifications: Sebastiaan Joosten Modifications: Franz Regensburger (FABR) 08/2022 added LaTeX sections and some comments *) chapter ‹Recursive Function and their compilation into Turing Machines› theory Rec_Def imports Main begin section ‹Definition of a recursive datatype for Recursive Functions›