diff options
author | Josh Chen | 2020-01-24 17:01:12 +0100 |
---|---|---|
committer | GitHub | 2020-01-24 17:01:12 +0100 |
commit | 045fc390b7fba9e0f0573368403af9e50694b60e (patch) | |
tree | cb1db8409b78dd1a38e2b77389cd99a5b55d065e | |
parent | 438e2100bcf7355a6e18d696c2c7a8baadf856d5 (diff) |
make development shift really obvious
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ 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 pre-existing functionality available in Isabelle. +## Caveat lector +The 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 has thus, for the moment, moved to [Isabelle/Spartan](https://github.com/jaycech3n/Isabelle-Spartan) to build more automation and improve the framework. ### Usage |