package containers

  1. Overview
  2. Docs
A modular, clean and powerful extension of the OCaml standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v3.3.tar.gz
md5=aa946f452a156b7cd0b932b5a849b44e
sha512=fbb6e519ea918afd3895de4cb74bb93a1d7d8899aa1d9def0ee0576a4f648413e3a7d9639040a1117516efb74c66c3432e6da79e6284d2315327175e22766717

doc/containers/CCSet/index.html

Module CCSetSource

Wrapper around Set

  • since 0.9
Sourcetype 'a iter = ('a -> unit) -> unit

Fast internal iterator.

  • since 2.8
Sourcetype 'a printer = Format.formatter -> 'a -> unit
Sourcemodule type OrderedType = Set.OrderedType
Sourcemodule type S = sig ... end
Sourcemodule Make (O : Set.OrderedType) : S with type t = Set.Make(O).t and type elt = O.t
OCaml

Innovation. Community. Security.