/lttt

"A Basis for Event-Driven Programming" based on Linear Temporal Type Theory

Primary LanguageCoq

Linear Temporal Type Theory

Docker CI DOI

An implementation of Linear-Time Temporal Type Theory

Meta

Building and installation instructions

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