package immutable

  1. Overview
  2. No Docs
Pure Reason implementation of persistent immutable data structures.

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.15.tar.gz
md5=8c3a3d43d5d3c629dd38f52281b52e6f

Description

Immutable-re provides a complete set of efficient persistent immutable data structures for Reason and OCaml, targeting both OCaml native and byte code compilation modes, as well JavaScript using BuckleScript.

The api includes concrete implementations of vectors, sets, and maps. Many implementations support transient mutability for efficient batch mutations. Additionally Immutable-re provides lazy functional iterators and sequences, along with type definitions for basic operators such as equality, comparison, and hashing.

Tags

reason reasonml ocaml immutable

Published: 16 May 2017

Dependencies (2)

  1. reason build & >= "1.13.3"
  2. ocaml >= "4.02" & < "4.05"

Dev Dependencies

None

Used by

None

Conflicts

None