package iter

  1. Overview
  2. Docs

Module Iter.SetSource

Sourcemodule type S = sig ... end
Sourcemodule Adapt (X : Set.S) : S with type elt = X.elt and type t = X.t

Create an enriched Set module from the given one

Sourcemodule Make (X : Set.OrderedType) : S with type elt = X.t

Functor to build an extended Set module from an ordered type

OCaml

Innovation. Community. Security.