package batteries

  1. Overview
  2. Docs
A community-maintained standard library extension

Install

Dune Dependency

Authors

Maintainers

Sources

v3.4.0.tar.gz
md5=66b6e0b25769fc2363972c6a6ab6ac33
sha256=584d314cbaa5485e26d08ce87f7d7ff49043d9096101f2641b59def9aa6d7d71

doc/batteries.unthreaded/BatEnum/module-type-Enumerable/index.html

Module type BatEnum.Enumerable

A signature for data structures which may be converted to and from enum.

If you create a new data structure, you should make it compatible with Enumerable.

type 'a enumerable

The data structure, e.g. 'a List.t

val enum : 'a enumerable -> 'a t

Return an enumeration of the elements of the data structure

val of_enum : 'a t -> 'a enumerable

Build a data structure from an enumeration

OCaml

Innovation. Community. Security.