elefthei / ctrees

An itree-like data-structure to additionally support internal non-determinism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An itree-like data-structure to additionally support internal non-determinism

License:MIT License


Languages

Language:Coq 99.8%Language:OCaml 0.2%