package containers

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.7.tar.gz
md5=58298b6d26c5198157e19b583e9eca2c
sha512=70f99a062f7696d4ed7a6336532261c93c49a9858a84a12f7f3d60190a5c664198e70be6281dc7c7932c07325dc9c579ff521367e4c7e083566910ba0f9ea760

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.