Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.25 KB

Readme.md

File metadata and controls

50 lines (40 loc) · 1.25 KB

Choice Trees

Docker CI

We develop a cousin of Interaction Trees, dubbed ctrees with native support for internal non-determinism.

Meta

Building instructions

Installing dependencies

Installing the opam dependencies

opam install dune
opam install coq-ext-lib
opam install coq-itree
opam install coq-relation-algebra
opam install coq-coinduction
opam install coq-equations

Obtaining the project

git clone https://github.com/vellvm/ctrees
cd ctrees

Building the project

dune build