Skip to content

mirage/repr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ffb05ff · Aug 15, 2023
Oct 21, 2021
Oct 21, 2021
Jan 24, 2022
Jul 31, 2023
Jul 31, 2023
Oct 12, 2020
Jan 24, 2022
Aug 2, 2023
Oct 13, 2020
Mar 11, 2021
Jan 18, 2021
Oct 13, 2020
Oct 8, 2021
Oct 8, 2021
Jun 16, 2021
Jun 16, 2021
Oct 8, 2021

Repository files navigation

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