package opam-lib

  1. Overview
  2. Docs

doc/opam-lib.format/OpamRepositoryName/Set/Op/index.html

Module Set.Op

val (++) : t -> t -> t

Infix set union

val (--) : t -> t -> t

Infix set union

Infix set difference

val (%%) : t -> t -> t

Infix set difference

Infix set intersection

OCaml

Innovation. Community. Security.