diff options
author | Josh Chen | 2020-07-17 11:30:34 +0200 |
---|---|---|
committer | Josh Chen | 2020-07-17 11:30:34 +0200 |
commit | 113063351cd0a4f99534c2ea9408b4e8f80836a3 (patch) | |
tree | 1e94dfc05f72a8a5b8e6a333cedfe01b4796781f | |
parent | de4d802123c3d27dab0abb746d63d6d384f83f3d (diff) |
add build status
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# Isabelle/HoTT +# Isabelle/HoTT ![build](https://github.com/jaycech3n/Isabelle-HoTT/workflows/build/badge.svg) Isabelle/HoTT is an experimental implementation of [homotopy type theory](https://en.wikipedia.org/wiki/Homotopy_type_theory) in the [Isabelle](https://isabelle.in.tum.de/) interactive theorem prover. It largely follows the development of the theory in the [Homotopy Type Theory book](https://homotopytypetheory.org/book/), but aims to be general enough to eventually support cubical and other kinds of homotopy type theories. |