package containers

  1. Overview
  2. Docs
On This Page
  1. Mutable Set
Legend:
Library
Module
Module type
Parameter
Class
Class type

Mutable Set

status: unstable

  • since 0.13
type 'a sequence = ('a -> unit) -> unit
type 'a printer = Format.formatter -> 'a -> unit
module type S = sig ... end
module type ELEMENT = sig ... end
module Make (E : ELEMENT) : S with type elt = E.t