aboutsummaryrefslogtreecommitdiff
path: root/HoTT.thy
diff options
context:
space:
mode:
authorJosh Chen2018-06-27 16:10:07 +0200
committerJosh Chen2018-06-27 16:10:07 +0200
commit0d66c233b6dba82ffa93d7c060bcacc756284b25 (patch)
tree6f429ab15f13d360f8979b65c9343004efec215d /HoTT.thy
parent4eca07fed1b54a59718dad04425527f9cc02af9f (diff)
Library organization and formatting
Diffstat (limited to 'HoTT.thy')
-rw-r--r--HoTT.thy13
1 files changed, 7 insertions, 6 deletions
diff --git a/HoTT.thy b/HoTT.thy
index 405364e..b500150 100644
--- a/HoTT.thy
+++ b/HoTT.thy
@@ -4,12 +4,13 @@
Load all the component modules for the HoTT logic.
*)
-theory HoTT imports
+theory HoTT
+
+imports
HoTT_Base
- Prod Sum
+ HoTT_Methods
+ Prod
+ Sum
begin
-
-\<comment> \<open>Maybe tactic setup can go in here?\<close>
-
-end \ No newline at end of file
+end