package omd

  1. Overview
  2. Docs
type elt = string
type t
val empty : t
val add : elt -> t -> t
val mem : elt -> t -> bool
val union : t -> t -> t
val of_list : elt list -> t
OCaml

Innovation. Community. Security.