diff -r 23eeaac32d21 -r e3ecf558aef2 thys/Hoare_tm.thy --- a/thys/Hoare_tm.thy Thu Apr 03 12:47:07 2014 +0100 +++ b/thys/Hoare_tm.thy Thu Apr 03 12:55:43 2014 +0100 @@ -63,6 +63,7 @@ *) type_synonym tconf = "nat \ (nat \ tm_inst) \ nat \ int \ (int \ Block)" +(* updates the position/tape according to an action *) fun next_tape :: "taction \ (int \ (int \ Block)) \ (int \ (int \ Block))" where