package orec

  1. Overview
  2. Docs

Description

Orec's open records make it possible to dynamically create, access, update, and assign fields of an "open record" value with a syntax somewhat similar to the normal record syntax.

The underlying implementation relies on heterogeneous maps for storing the field data and a liberal use of GADTs and extended indexing operators to expose a higher-level interface on the top of those hetereogeneous maps.

Published: 30 Jan 2018

Dependencies (2)

  1. jbuilder >= "1.0+beta7"
  2. ocaml >= "4.06.0"

Dev Dependencies

None

Used by (1)

  1. talaria-bibtex

Conflicts

None