diff options
author | Josh Chen | 2018-09-18 11:41:39 +0200 |
---|---|---|
committer | GitHub | 2018-09-18 11:41:39 +0200 |
commit | 8295956b656dcfda6d3ec56b96d3d4630ec05d5c (patch) | |
tree | 776c312c1bea24fca4f6d998caa5cfaf9d40325e | |
parent | a9588dfbd929fbc1b53a5c9b4f41fc5eb4ed4e46 (diff) |
Update README.md
-rw-r--r-- | README.md | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -2,22 +2,6 @@ An experimental implementation of [homotopy type theory](https://en.wikipedia.org/wiki/Homotopy_type_theory) in the interactive theorem prover [Isabelle](https://isabelle.in.tum.de/). -### Installation & Usage - -Clone or copy the contents of this repository into `<Isabelle root directory>/src/Isabelle-HoTT`. - -To use, set Isabelle's prover to Pure in the Theories panel, and import `HoTT`. - -### Some comments on the implementation - -The implementation in the `master` branch is polymorphic without type annotations, and as such has some differences with the standard theory as presented in the [Homotopy Type Theory book](https://homotopytypetheory.org/book/). - -### Collaboration - -I've been flying solo on this library as part of my Masters project, and there are very many improvements and developments that have yet to be implemented, so **collaborators are welcome!** - -If you're interested in working together on any part of this library do drop me a line at `joshua DOT chen AT uni-bonn DOT de`. - ### License GNU LGPLv3 |