src/Doc/Tutorial/Protocol/Message.thy
changeset 80983 2cc651d3ce8e
parent 80914 d97fdabd9e2b
child 81019 dd59daa3c37a
--- a/src/Doc/Tutorial/Protocol/Message.thy	Fri Sep 27 22:44:30 2024 +0200
+++ b/src/Doc/Tutorial/Protocol/Message.thy	Fri Sep 27 23:47:45 2024 +0200
@@ -81,9 +81,9 @@
 text\<open>Concrete syntax: messages appear as \<open>\<lbrace>A,B,NA\<rbrace>\<close>, etc...\<close>
 nonterminal mtuple_args
 syntax
-  "" :: "'a \<Rightarrow> mtuple_args"  (\<open>_\<close>)
-  "_MTuple_args" :: "'a \<Rightarrow> mtuple_args \<Rightarrow> mtuple_args"  (\<open>_,/ _\<close>)
-  "_MTuple" :: "['a, mtuple_args] \<Rightarrow> 'a * 'b"  (\<open>(2\<lbrace>_,/ _\<rbrace>)\<close>)
+  "" :: "'a \<Rightarrow> mtuple_args"  ("_")
+  "_MTuple_args" :: "'a \<Rightarrow> mtuple_args \<Rightarrow> mtuple_args"  ("_,/ _")
+  "_MTuple" :: "['a, mtuple_args] \<Rightarrow> 'a * 'b"  ("(2\<lbrace>_,/ _\<rbrace>)")
 syntax_consts
   "_MTuple_args" "_MTuple" \<rightleftharpoons> MPair
 translations