aboutsummaryrefslogtreecommitdiff
path: root/Prod.thy
diff options
context:
space:
mode:
authorJosh Chen2019-03-01 15:45:10 +0100
committerJosh Chen2019-03-01 15:45:10 +0100
commit85fc133fa0d64c61c380fcecada8f8358ad4b773 (patch)
tree65e0c4be463aaa65c6a80dda5ad1bf7e599a9d1f /Prod.thy
parent7a5897039287ddc1d9a0efcb84a7732f2acdd8fd (diff)
transport and homotopy
Diffstat (limited to '')
-rw-r--r--Prod.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Prod.thy b/Prod.thy
index 0bd037d..2cb62e4 100644
--- a/Prod.thy
+++ b/Prod.thy
@@ -24,8 +24,8 @@ syntax
"_lam" :: "[idt, t, t] \<Rightarrow> t" ("(2\<lambda>'(_: _')./ _)" 30)
"_lam'" :: "[idt, t, t] \<Rightarrow> t" ("(2\<lambda>_: _./ _)" 30)
translations
- "\<Prod>(x: A). B" \<rightleftharpoons> "(CONST Prod) A (\<lambda>x. B)"
"\<Prod>x: A. B" \<rightleftharpoons> "(CONST Prod) A (\<lambda>x. B)"
+ "\<Prod>(x: A). B" \<rightleftharpoons> "(CONST Prod) A (\<lambda>x. B)"
"\<lambda>(x: A). b" \<rightleftharpoons> "(CONST lam) A (\<lambda>x. b)"
"\<lambda>x: A. b" \<rightleftharpoons> "(CONST lam) A (\<lambda>x. b)"