From 91efce41a2319a9fb861ff26d7dc8c49ec726d4c Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Tue, 12 Jun 2018 12:30:54 +0200 Subject: Type rules now have \"all\" premises explicitly stated, matching the formulation in the HoTT book. --- HoTT.thy | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 HoTT.thy (limited to 'HoTT.thy') diff --git a/HoTT.thy b/HoTT.thy new file mode 100644 index 0000000..405364e --- /dev/null +++ b/HoTT.thy @@ -0,0 +1,15 @@ +(* Title: HoTT/HoTT.thy + Author: Josh Chen + +Load all the component modules for the HoTT logic. +*) + +theory HoTT imports + HoTT_Base + Prod Sum + +begin + +\ \Maybe tactic setup can go in here?\ + +end \ No newline at end of file -- cgit v1.2.3