An implementation of Linear-Time Temporal Type Theory
- Author(s):
- Mohammad-Ali A'RÂBI
- License: MIT license
- Compatible Coq versions: Coq 8.7 to 8.11
- Additional dependencies:
- Quickchick
- Coq namespace:
LTTT
- Related publication(s):
The easiest way to install the latest released version of Linear Temporal Type Theory is via OPAM:
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-lttt
To instead build and install manually, do:
git clone https://github.com/aerabi/lttt.git
cd lttt
make # or make -j <number-of-cores-on-your-machine>
make install