diff options
author | Josh Chen | 2018-09-18 21:20:08 +0200 |
---|---|---|
committer | Josh Chen | 2018-09-18 21:20:08 +0200 |
commit | 59a1409b1d15860344e91a4512b60ab8d4368e44 (patch) | |
tree | fe25a144dfac0727a71371176d3f63927407d2d9 /ROOT | |
parent | c93932c689640a530de946f35a0a9dc82e56e776 (diff) | |
parent | f9bbcffd4a45599c306815104dccb6b549b306ee (diff) |
Merge branch 'larsrh-topic/root'
Diffstat (limited to 'ROOT')
-rw-r--r-- | ROOT | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +chapter HoTT + +session HoTT = Pure + + description {* + Homotopy type theory based on intensional Martin-Löf type theory, with a cumulative universe + hierarchy à la Russell. + + Follows the development of the theory in + The Univalent Foundations Program, Homotopy Type Theory: Univalent Foundations of Mathematics, + Institute for Advanced Study, (2013). + Available online at https://homotopytypetheory.org/book. + + Author: Joshua Chen, University of Bonn (2018) + *} + sessions + "HOL-Eisbach" + theories + HoTT (global) + HoTT_Base + HoTT_Methods + "tests/Test" + "ex/Methods" + "ex/Synthesis" + "ex/Book/Ch1" |