aerabi / lttt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Coq 95.6%Language:CoffeeScript 2.9%Language:TeX 0.8%Language:Makefile 0.6%