diff options
author | Josh Chen | 2020-05-25 17:09:54 +0200 |
---|---|---|
committer | Josh Chen | 2020-05-25 17:09:54 +0200 |
commit | 80edbd08e13200d2c080ac281d19948bbbcd92e0 (patch) | |
tree | 95cc00c52c846406e04cd985ef9df2d5a1e9996c /hott | |
parent | 22c5b895a4a2ba0ecb97a5c7ccab4b13c42c24e3 (diff) |
Reorganize theory structure. In particular, the identity type moves out from under Spartan to HoTT. Spartan now only has Pi and Sigma.
Diffstat (limited to '')
-rw-r--r-- | hott/Base.thy | 2 | ||||
-rw-r--r-- | hott/Equivalence.thy (renamed from spartan/theories/Equivalence.thy) | 0 | ||||
-rw-r--r-- | hott/Identity.thy (renamed from spartan/theories/Identity.thy) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/hott/Base.thy b/hott/Base.thy index 2a4ff9c..610a373 100644 --- a/hott/Base.thy +++ b/hott/Base.thy @@ -1,5 +1,5 @@ theory Base -imports Spartan.Equivalence +imports Equivalence begin diff --git a/spartan/theories/Equivalence.thy b/hott/Equivalence.thy index 2975738..2975738 100644 --- a/spartan/theories/Equivalence.thy +++ b/hott/Equivalence.thy diff --git a/spartan/theories/Identity.thy b/hott/Identity.thy index 3a982f6..3a982f6 100644 --- a/spartan/theories/Identity.thy +++ b/hott/Identity.thy |