Skip to content

jonsterling/coq-guarded-computational-type-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Coq formalization of Sterling and Harper's "Guarded Computational Type Theory".

Hacking

To build this Coq development, ensure that you have Coq 8.7 installed. I recommend that you install Coq in the standard way through OPAM, and my instructions are not guaranteed to work otherwise (they may work, but I have no way to double check).

opam install coq.8.7.1+1

Now, you are ready to build this development. Simply run make. To build the coqdoc (HTML rendering of the proofs), run make html.

Releases

No releases published

Packages

No packages published