aboutsummaryrefslogtreecommitdiff
path: root/ROOT
diff options
context:
space:
mode:
authorJosh Chen2021-01-31 02:54:51 +0000
committerJosh Chen2021-01-31 02:54:51 +0000
commit2feb56660700af107abb5a28a7120052ac405518 (patch)
treea18015cfa47928fb288037a78fe5b1d3bed87a92 /ROOT
parentaff3d43d9865e7b8d082f0c239d2c73eee1fb291 (diff)
rename things + some small changes
Diffstat (limited to 'ROOT')
-rw-r--r--ROOT16
1 files changed, 8 insertions, 8 deletions
diff --git a/ROOT b/ROOT
index 014767a..2d97bbb 100644
--- a/ROOT
+++ b/ROOT
@@ -1,16 +1,16 @@
-session Spartan_Core in "spartan/core" = Pure +
+session MLTT_Core in "mltt/core" = Pure +
description
- "Spartan type theory: a minimal dependent type theory based on intensional
- Martin-Löf type theory with cumulative Russell-style universes, Pi types and
- Sigma types."
+ "Core MLTT: minimal dependent type theory based on intensional Martin-Löf
+ type theory with cumulative Russell-style universes, Pi types and Sigma
+ types."
sessions
"HOL-Eisbach"
theories
- Spartan (global)
+ MLTT (global)
-session Spartan in spartan = Spartan_Core +
+session MLTT in mltt = MLTT_Core +
description
- "Dependent type theory based on Spartan."
+ "Dependent type theory based on MLTT_Core."
directories
lib
theories
@@ -18,7 +18,7 @@ session Spartan in spartan = Spartan_Core +
Maybe
List
-session HoTT in hott = Spartan +
+session HoTT in hott = MLTT +
description
"Homotopy type theory, following the development in
The Univalent Foundations Program,