diff options
Diffstat (limited to 'HoTT_Base.thy')
-rw-r--r-- | HoTT_Base.thy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HoTT_Base.thy b/HoTT_Base.thy index 7794601..9b7c3e2 100644 --- a/HoTT_Base.thy +++ b/HoTT_Base.thy @@ -34,7 +34,7 @@ consts is_of_type :: "[Term, Term] \<Rightarrow> prop" ("(1_ :/ _)" [0, 0] 1000) axiomatization where - inhabited_implies_type [intro]: "\<And>a A. a : A \<Longrightarrow> A : U" + inhabited_implies_type: "\<And>a A. a : A \<Longrightarrow> A : U" section \<open>Type families\<close> |