Skip to content

ccyip/oadt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oblivious Algebraic Data Types

Build status coqdoc

This is the Coq formalization of the core calculus for oblivious algebraic data types.

The coqdoc documentation

Requirements

See coq-oadt.opam for more details.

The easiest way to install the dependencies and build the project is via OPAM.

opam repo add coq-released https://coq.inria.fr/opam/released
opam update
cd path/to/oadt
opam install . --deps-only

Building

Run make in the top-level directory.

References