rlepigre / ocaml-bindlib

Efficient binder representation in OCaml
https://rlepigre.github.io/ocaml-bindlib/
GNU Lesser General Public License v3.0
39 stars 6 forks source link
binders hoas

The Bindlib library for OCaml

Bindlib is a library allowing the manipulation of data structures with bound variables. It is particularly useful when writing ASTs for programming languages, but also for manipulating terms of the λ-calculus or quantified formulas. In the internals, binders are represented using a form of higher-order abstract syntax (HOAS).

Ressources:

Projects using Bindlib:

Dependencies

List of dependencies:

Installation

You can either pin the repository with opam or run the following.

make
make install

Contributors

Main contributors:

The project received additional contributions from: