diff -r 83596aea48cb -r dd59daa3c37a src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thy --- a/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thy Mon Sep 30 13:00:42 2024 +0200 +++ b/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thy Mon Sep 30 20:30:59 2024 +0200 @@ -27,12 +27,12 @@ | Crypt key msg syntax - "_MTuple" :: "['a, args] => 'a * 'b" ("(2\_,/ _\)") + "_MTuple" :: "['a, args] \ 'a * 'b" (\(\indent=2 notation=\mixfix message tuple\\\_,/ _\)\) syntax_consts - "_MTuple" == MPair + MPair translations - "\x, y, z\" == "\x, \y, z\\" - "\x, y\" == "CONST MPair x y" + "\x, y, z\" \ "\x, \y, z\\" + "\x, y\" \ "CONST MPair x y" inductive_set parts :: "msg set => msg set"