aboutsummaryrefslogtreecommitdiff
path: root/hott/HoTT.thy
diff options
context:
space:
mode:
Diffstat (limited to 'hott/HoTT.thy')
-rw-r--r--hott/HoTT.thy10
1 files changed, 10 insertions, 0 deletions
diff --git a/hott/HoTT.thy b/hott/HoTT.thy
new file mode 100644
index 0000000..0b3040c
--- /dev/null
+++ b/hott/HoTT.thy
@@ -0,0 +1,10 @@
+theory HoTT
+imports
+ Identity
+ Equivalence
+ More_Types
+ Nat
+
+begin
+
+end