acowley / LinearLogic

A simple development of linear logic in Coq.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Coq development of linear logic. The library is inspired by the paper, J. Power and C. Webster, "Working with linear logic in coq," in The 12th International Conference on Theorem Proving in Higher Order Logics, 1999.

This particular devlopment is based more immediately on that used in A. Cowley and C.J. Taylor, "Stream-oriented robotics programming: The design of roshask," in Proceedings of the IEEE/RJS International Conference on Intelligent Robots and Systems (IROS), 2011. pdf

Tested with Coq 8.14.

An example command to build the documentation,

coqdoc --no-lib-name -d doc *.v --utf8 --no-index

(this requires that the directory doc exists).

About

A simple development of linear logic in Coq.


Languages

Language:Coq 69.1%Language:Makefile 30.9%