aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Base.thy
diff options
context:
space:
mode:
Diffstat (limited to 'HoTT_Base.thy')
-rw-r--r--HoTT_Base.thy4
1 files changed, 3 insertions, 1 deletions
diff --git a/HoTT_Base.thy b/HoTT_Base.thy
index e5c0776..eaebfb0 100644
--- a/HoTT_Base.thy
+++ b/HoTT_Base.thy
@@ -9,12 +9,14 @@ theory HoTT_Base
imports Pure
begin
+
section \<open>Setup\<close>
-text "Declare rules expressing necessary wellformedness conditions for type and inhabitation judgments."
+text "Declare rules expressing necessary wellformedness conditions for type and inhabitation judgments, to be used by proof methods later (see HoTT_Methods.thy)."
named_theorems wellform
+
section \<open>Metalogical definitions\<close>
text "A single meta-type \<open>Term\<close> suffices to implement the object-logic types and terms.