aboutsummaryrefslogtreecommitdiff
path: root/Prod.thy
diff options
context:
space:
mode:
Diffstat (limited to 'Prod.thy')
-rw-r--r--Prod.thy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Prod.thy b/Prod.thy
index f90ee9c..0bbe4ca 100644
--- a/Prod.thy
+++ b/Prod.thy
@@ -20,8 +20,8 @@ axiomatization
appl :: "[t, t] \<Rightarrow> t" ("(1_`/_)" [105, 106] 105) \<comment> \<open>Application binds tighter than abstraction.\<close>
syntax
- "_prod" :: "[idt, t, t] \<Rightarrow> t" ("(3\<Prod>_:_./ _)" 30)
- "_prod_ascii" :: "[idt, t, t] \<Rightarrow> t" ("(3II _:_./ _)" 30)
+ "_prod" :: "[idt, t, t] \<Rightarrow> t" ("(3\<Prod>_: _./ _)" 30)
+ "_prod_ascii" :: "[idt, t, t] \<Rightarrow> t" ("(3II _: _./ _)" 30)
text \<open>The translations below bind the variable @{term x} in the expressions @{term B} and @{term b}.\<close>