aboutsummaryrefslogtreecommitdiff
path: root/hott/HoTT.thy
diff options
context:
space:
mode:
authorJosh Chen2020-05-25 18:50:59 +0200
committerJosh Chen2020-05-25 18:50:59 +0200
commit60f32406e8c9712c0689d54a3dd4f8e17d310d52 (patch)
tree11fe176eb187a2f146060af1584005506f220c9d /hott/HoTT.thy
parent80edbd08e13200d2c080ac281d19948bbbcd92e0 (diff)
Lists + more reorganizing
Diffstat (limited to '')
-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