diff options
author | Josh Chen | 2018-08-30 02:47:17 +0200 |
---|---|---|
committer | Josh Chen | 2018-08-30 02:47:17 +0200 |
commit | bed5d559b62cf3f3acb75b28c2e192e274f46cc1 (patch) | |
tree | 371bc62493e486ba2bcdc5f4260420db577e433d | |
parent | d19ac110d976581b595acfa3b4bb573790a92e84 (diff) | |
parent | 2b42b190b15dcf74f033347604ea5530f3428364 (diff) |
Merge branch 'master' of github.com:jaycech3n/Isabelle-HoTT
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ An experimental implementation of [homotopy type theory](https://en.wikipedia.or ### Installation & Usage -Clone the contents of this repository into `<Isabelle root directory>/src/HoTT`. +Clone 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`. |