diff options
Diffstat (limited to 'HoTT.thy')
-rw-r--r-- | HoTT.thy | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 |