Formalization of the Interaction Tree Datatype in Coq
NOTE: This library is currently in a pre-alpha stage, the interfaces currently exposed by the repository are undergoing a great deal of exploration and there will likely be substantial changes in the future. Backwards compatibility will not be a priority as this library evolves, so dependencies should be wary of this.
Choose one of the following methods.
Run setup.sh
from the root directory to download dependencies (in lib/
) and build the project.
git clone https://github.com/DeepSpec/InteractionTrees.git && cd InteractionTrees && ./setup.sh
opam install coq-paco coq-ext-lib
Now you can build the project with:
make
If you would like to use local versions of some of the dependencies, create a
_CoqPath
file with the paths to the libraries that you would like to include.
For example,
-Q path/to/paco/src Paco
Now you can build the project with:
make