samoht / repr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repr — run-time representations of OCaml types

OCaml-CI Build Status Documentation

Repr is a library of type combinators for defining runtime representations of OCaml types and operations that are generic over those representations (pp, to_string, compare etc.)

This library is currently experimental and provides no stability guarantee. The documentation is available online.

Installation

Repr can be installed with opam:

opam install repr

About

License:ISC License


Languages

Language:OCaml 92.9%Language:PHP 6.8%Language:Standard ML 0.2%Language:Python 0.1%