aboutsummaryrefslogtreecommitdiff
path: root/Empty.thy
diff options
context:
space:
mode:
authorJosh Chen2018-09-16 11:03:48 +0200
committerJosh Chen2018-09-16 11:03:48 +0200
commitd4900ced2e071927d81a21a9127034941f258ec3 (patch)
treec0289b3fd8337a05baa7740ca3f5e84c57f539ca /Empty.thy
parent515872533295e8464799467303fff923b52a2c01 (diff)
parentf0999d07a0f41284ba84fae725a0186e0ec9ff5f (diff)
Reorganized HoTT_Base, updated theories
Diffstat (limited to '')
-rw-r--r--Empty.thy8
1 files changed, 4 insertions, 4 deletions
diff --git a/Empty.thy b/Empty.thy
index 1b339ba..107f2d7 100644
--- a/Empty.thy
+++ b/Empty.thy
@@ -14,12 +14,12 @@ section \<open>Constants and type rules\<close>
section \<open>Empty type\<close>
axiomatization
- Empty :: Term ("\<zero>") and
- indEmpty :: "Term \<Rightarrow> Term" ("(1ind\<^sub>\<zero>)")
+ Empty :: t ("\<zero>") and
+ indEmpty :: "t \<Rightarrow> t" ("(1ind\<^sub>\<zero>)")
where
- Empty_form: "\<zero> : U(O)"
+ Empty_form: "\<zero>: U O"
and
- Empty_elim: "\<lbrakk>C: \<zero> \<longrightarrow> U(i); z: \<zero>\<rbrakk> \<Longrightarrow> ind\<^sub>\<zero>(z): C(z)"
+ Empty_elim: "\<lbrakk>C: \<zero> \<longrightarrow> U i; z: \<zero>\<rbrakk> \<Longrightarrow> ind\<^sub>\<zero> z: C z"
text "Rule attribute declarations:"