diff options
| author | Josh Chen | 2018-08-17 19:25:21 +0200 |
|---|---|---|
| committer | GitHub | 2018-08-17 19:25:21 +0200 |
| commit | 9a0415ede2338b55ca9f4740e2a047c82e845443 (patch) | |
| tree | 11d15fa12e8f28b7caf712785c271ead5cbbba5f | |
| parent | c0c6b6f30c8e83b81603916e899e45dd33682f16 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -2,22 +2,18 @@ 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 +### Installation & Usage Clone the contents of this repository into `<Isabelle root directory>/src/HoTT`. -## Usage +To use, set Isabelle's prover to Pure in the Theories panel, and import `HoTT`. -Set Isabelle's prover to Pure in the Theories panel, and import `HoTT`. +### Collaboration -## 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!* +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 do drop me a line at `joshua DOT chen AT uni-bonn DOT de`. -## License +### License MIT |
