ComputerAidedLL / ll-coq

Some Coq formalizations of Linear Logic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phase Semantics

Some formalizations of linear logic in the Coq proof assistant.

Install

Using OPAM:

opam repo add coq-unstable https://github.com/coq/repo-unstable.git
opam install -j4 -v coq:phase-semantics

Compile from the sources

Install the AAC-Tactics library and run:

./configure.sh
make

About

Some Coq formalizations of Linear Logic

License:Do What The F*ck You Want To Public License


Languages

Language:Coq 99.8%Language:Shell 0.2%