package stdune

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Element : sig ... end

Signature

type t
val empty : t
val singleton : Element.t -> t
val add : t -> Element.t -> t
val inter : t -> t -> t
val union : t -> t -> t
val mem : t -> Element.t -> bool
val to_dyn : t -> Dyn.t
val compare : t -> t -> Ordering.t
val equal : t -> t -> bool
val of_func : (Element.t -> bool) -> t
OCaml

Innovation. Community. Security.