aboutsummaryrefslogtreecommitdiff
path: root/ROOT
blob: b716396550c0cd357eb040d310ac80d8e1c12ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
session Spartan_Core in "spartan/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, Sigma and identity types. This session consists only of the very core
    theory files.
  "
  sessions
    "HOL-Eisbach"
  theories
    Spartan (global)

session Spartan in spartan = Spartan_Core +
  description "
    Type theory based on Spartan, but with a few more bells and whistles.
  "
  directories
    data
  theories
    List

session HoTT in hott = Spartan +
  description "
    Homotopy type theory, following the development in
      The Univalent Foundations Program,
      Homotopy Type Theory: Univalent Foundations of Mathematics,
      Institute for Advanced Study, (2013).
      Available online at https://homotopytypetheory.org/book.
  "
  theories
    HoTT (global)
    Identity
    Equivalence
    More_Types
    Nat