diff options
author | Josh Chen | 2020-01-24 16:52:09 +0100 |
---|---|---|
committer | GitHub | 2020-01-24 16:52:09 +0100 |
commit | 1d99fa1fb0e257244aabcb3f63ae7c5ca13555ab (patch) | |
tree | a7e4a3ba16f544ada8334dfadfe71496919294a6 | |
parent | b4faf763660070e882f9f09985238e0fe4f47ad3 (diff) |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ An experimental implementation of [homotopy type theory](https://en.wikipedia.org/wiki/Homotopy_type_theory) in [Isabelle](https://isabelle.in.tum.de/). -**Update [Oct 2019]**: -Convenience and readability of formalizations in this library is taking a hit as we approach the limit of the functionality that's currently available in Isabelle. -Development is thus, for the moment, moving [here](https://github.com/jaycech3n/Isabelle-Spartan) to first build more automation and improve the framework. +### Update [Oct 2019] +Convenience and readability of formalizations in this library is taking a hit as we approach the limit of pre-existing functionality available in Isabelle. +Development is thus, for the moment, moving to [Isabelle/Spartan](https://github.com/jaycech3n/Isabelle-Spartan) to build more automation and improve the framework. ### Usage |