aboutsummaryrefslogtreecommitdiff
path: root/Prod.thy
diff options
context:
space:
mode:
authorJosh Chen2019-03-26 17:04:01 +0100
committerJosh Chen2019-03-26 17:04:01 +0100
commit45c3879db6850282bc067318e31cccf42e60ac8f (patch)
treefd7753a339ee8a0e90bb97f80fc4105666ed7288 /Prod.thy
parent6dd1b27f7f84b17ad88e5b382042bd0c577a92f4 (diff)
working towards biinv_imp_qinv
Diffstat (limited to 'Prod.thy')
-rw-r--r--Prod.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Prod.thy b/Prod.thy
index aeddc49..75db657 100644
--- a/Prod.thy
+++ b/Prod.thy
@@ -15,7 +15,7 @@ section \<open>Basic type definitions\<close>
axiomatization
Prod :: "[t, t \<Rightarrow> t] \<Rightarrow> t" and
lam :: "[t, t \<Rightarrow> t] \<Rightarrow> t" and
- app :: "[t, t] \<Rightarrow> t" ("(2_`_)" [120, 121] 120)
+ app :: "[t, t] \<Rightarrow> t" ("(2_`/_)" [120, 121] 120)
\<comment> \<open>Application should bind tighter than abstraction.\<close>
syntax